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

- old
+ new

@@ -1,9 +1,11 @@ require 'travis/cli' module Travis module CLI class Sync < ApiCommand + description "triggers a new sync with GitHub" + on '-c', '--check', 'only check the sync status' on '-b', '--background', 'will trigger sync but not block until sync is done' on '-f', '--force', 'will force sync, even if one is already running' def run