Enable fast finish in Travis

http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
This commit is contained in:
Garrett Honeycutt 2014-01-23 14:06:57 -05:00
parent d3cc71b604
commit 97a226f32d

View file

@ -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"