class Travis::CLI::Command

def store_config

def store_config
  save_file('config.yml', @config.to_yaml, true)
end