# File lib/travis/cli/env.rb, line 42 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