Merge pull request #113 from ghoneycutt/enable_travis_fast_finish
Enable fast finish in Travis
This commit is contained in:
commit
625b836880
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
language: ruby
|
||||
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
|
||||
after_success:
|
||||
|
@ -17,6 +18,7 @@ env:
|
|||
- PUBLISHER_LOGIN=puppetlabs
|
||||
- secure: "FInoEwh3G4Auqp+OOdIc20lDLqrV6FHzWsM8ercHWjhDRD23VI49B1qqehWjaI8lKM3D5mTvdup23IVQBJo8M0rR/yfju1NhMYFTQ5bcJIrbQ3fn4n/zSaE8gLTOtHwzjSlqTJAYjxOAnp1VdMZngqpU/RYfSk68zJD34NqfovA="
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
exclude:
|
||||
|
|
Loading…
Reference in a new issue