Enable fast finish in Travis
http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
This commit is contained in:
parent
d3cc71b604
commit
97a226f32d
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
language: ruby
|
||||
bundler_args: --without development
|
||||
script: bundle exec rake spec SPEC_OPTS='--format documentation'
|
||||
|
@ -16,6 +17,7 @@ env:
|
|||
- PUBLISHER_LOGIN=puppetlabs
|
||||
- secure: jY81Y/csdcDjjXRzX9VA3fbb5db+/KraLRPErHjYANO15DZjh3b9tBwo/ybLCLCGJE8ej1yXzTxs1dJhokySQL12m1VW1i8dM26kMc4x+wOnIFKny7VB78Tcbp8RV1iV1kWN3UcuAbQ5hvMrI3rzoWkD22zF0k3nFEcv1kpix1w=
|
||||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
- rvm: 1.9.3
|
||||
env: PUPPET_GEM_VERSION="~> 2.7.0"
|
||||
|
|
Loading…
Reference in a new issue