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