]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Enable fast finish in Travis
authorGarrett Honeycutt <code@garretthoneycutt.com>
Thu, 23 Jan 2014 19:18:50 +0000 (14:18 -0500)
committerGarrett Honeycutt <code@garretthoneycutt.com>
Thu, 23 Jan 2014 19:18:50 +0000 (14:18 -0500)
http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/

.travis.yml

index 8334d42876cdc214d6d125bd11c6e01eac7bfbbb..34d8cc949a7bd710f0c7806ef8d6282559ebdf75 100644 (file)
@@ -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