summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGarrett Honeycutt <code@garretthoneycutt.com>2014-01-23 14:18:50 -0500
committerGarrett Honeycutt <code@garretthoneycutt.com>2014-01-23 14:18:50 -0500
commit8f192a5a827919d47c65882d10271b9340d50e10 (patch)
tree1284ea4799603fb4618a490df7491b5de71163ff /.travis.yml
parente49d356fbf84798ebf7dbd5682de18c368b0ccec (diff)
Enable fast finish in Travis
http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
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