Learn R Programming

beautier (version 2.6.12)

is_on_travis: Determines if the environment is Travis CI

Description

Determines if the environment is Travis CI

Usage

is_on_travis()

Arguments

Value

TRUE if run on Travis CI, FALSE otherwise

Author

Richèl J.C. Bilderbeek

Examples

Run this code
  if (is_on_ci()) {
    message("Running on Travis CI")
  }

Run the code above in your browser using DataLab