class Travis::CLI::Endpoint

def run

def run
  github? ? run_github : run_travis
end