tests/testthat/helper-ci.R

is_travis <- function () identical(tolower(Sys.getenv("TRAVIS")), "true")

is_appveyor <- function () identical(tolower(Sys.getenv("APPVEYOR")), "true")
lbartnik/defer documentation built on May 20, 2019, 8:27 p.m.