summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-01-23 14:49:56 -0800
committerHunter Haugen <hunter@puppetlabs.com>2014-01-23 14:49:56 -0800
commit2cf6e3c0f334301259aacfe1b30c58c4aa525b7d (patch)
tree1284ea4799603fb4618a490df7491b5de71163ff /.travis.yml
parente49d356fbf84798ebf7dbd5682de18c368b0ccec (diff)
parent8f192a5a827919d47c65882d10271b9340d50e10 (diff)
downloadpuppet-stdlib-2cf6e3c0f334301259aacfe1b30c58c4aa525b7d.tar.gz
puppet-stdlib-2cf6e3c0f334301259aacfe1b30c58c4aa525b7d.tar.bz2
Merge pull request #216 from ghoneycutt/enable_travis_fast_finish
Enable fast finish in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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