is_on_travis | R Documentation |
Determines if the environment is Travis CI
is_on_travis()
TRUE if run on Travis CI, FALSE otherwise
Richèl J.C. Bilderbeek
if (is_on_ci()) {
message("Running on Travis CI")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.