class Travis::CLI::Enable

def run

def run
  authenticate
  error "not allowed to update service hook for #{color(repository.slug, :bold)}" unless repository.admin?
  repository.enable
  say "enabled", color("#{slug}: %s :)", :success)
end