module Bundler::CIDetector

def self.ci?

def self.ci?
  ENV_INDICATORS.any? {|var| ENV.include?(var) }
end