class Travis::CLI::Setup

def run(service, file = travis_yaml)

def run(service, file = travis_yaml)
  service(service).run
  save_travis_config(file)
end