lib/travis/cli/enable.rb in travis-1.5.2 vs lib/travis/cli/enable.rb in travis-1.5.3

- old
+ new

@@ -1,9 +1,10 @@ require 'travis/cli' module Travis module CLI class Enable < RepoCommand + description "enables a project" on('-s', '--skip-sync', "don't trigger a sync if the repo is unknown") def run authenticate repository.enable