Merge pull request #216 from ghoneycutt/enable_travis_fast_finish
Enable fast finish in Travis
This commit is contained in:
commit
2cf6e3c0f3
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
language: ruby
|
||||
bundler_args: --without development
|
||||
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'"
|
||||
|
@ -9,6 +10,7 @@ rvm:
|
|||
env:
|
||||
- PUPPET_GEM_VERSION=">= 3.0.0"
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- rvm: 2.0.0
|
||||
- rvm: ruby-head
|
||||
|
|
Loading…
Reference in a new issue