From: Garrett Honeycutt Date: Thu, 23 Jan 2014 19:18:50 +0000 (-0500) Subject: Enable fast finish in Travis X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8f192a5a827919d47c65882d10271b9340d50e10;p=puppet-stdlib.git Enable fast finish in Travis http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/ --- diff --git a/.travis.yml b/.travis.yml index 8334d42..34d8cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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