From 86f20c4d75ba907bd515356877567ae147ca23b1 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Tue, 11 Nov 2014 17:28:53 +0100 Subject: [PATCH] (travis) Speed-up travis, and use same puppet version than stackforge - Speed-up travis checks by reporting the build as failed on the first fail (do not tests other matrix possibility). - Update puppet version matrix with the sames versions of os-gate (stackforge). --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 63976a54..b445b4c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,12 @@ script: "bundle exec rake test COV=y SPEC_OPTS='--format documentation --color - rvm: - 1.9.3 - 2.0.0 +matrix: + fast_finish: true env: matrix: - - PUPPET_GEM_VERSION="~> 3.2.0" + - PUPPET_GEM_VERSION="~> 3.3.0" + - PUPPET_GEM_VERSION="~> 3.4.0" - PUPPET_GEM_VERSION="~> 3.6.0" - PUPPET_GEM_VERSION="~> 3.7.0" notifications: