class Travis::CLI::Env

def clear

def clear
  exit   if env_vars.empty?
  exit 1 if interactive? and not force? and not danger_zone? "Clear out all env variables for #{color(repository.slug, :bold)}?"
  remove_vars
end