IS_TRAVIS property

bool IS_TRAVIS

Returns true if Travis CI is the current CI vendor.

Implementation

static bool get IS_TRAVIS {
  return Platform.environment.containsKey('TRAVIS');
}