diff options
author | Hunter Haugen <hunter@puppetlabs.com> | 2014-01-23 14:49:56 -0800 |
---|---|---|
committer | Hunter Haugen <hunter@puppetlabs.com> | 2014-01-23 14:49:56 -0800 |
commit | 2cf6e3c0f334301259aacfe1b30c58c4aa525b7d (patch) | |
tree | 1284ea4799603fb4618a490df7491b5de71163ff /.travis.yml | |
parent | e49d356fbf84798ebf7dbd5682de18c368b0ccec (diff) | |
parent | 8f192a5a827919d47c65882d10271b9340d50e10 (diff) |
Merge pull request #216 from ghoneycutt/enable_travis_fast_finish
Enable fast finish in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |