class Travis extends CI {

  static get in() {
    return ('TRAVIS_BUILD_ID' in process.env)
  }