spec/support/helpers.rb in travis-1.5.7.travis.345.4 vs spec/support/helpers.rb in travis-1.5.7
- old
+ new
@@ -19,10 +19,10 @@
$stdin = _stdin if _stdin
end
def run_cli(*args)
args << ENV['TRAVIS_OPTS'] if ENV['TRAVIS_OPTS']
- args << '--skip-version-check'
+ args << '--skip-version-check' << '--skip-completion-check'
capture do
yield $stdin if block_given?
$stdin.rewind
Travis::CLI.run(*args)
end