class Travis::CLI::Env

def setup

def setup
  super
  authenticate
  error "not allowed to access environment variables for #{color(repository.slug, :bold)}" unless repository.admin?
end