(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).
This commit is contained in:
Sebastien Badia 2014-11-11 17:28:53 +01:00
parent c234447eb1
commit 86f20c4d75
1 changed files with 4 additions and 1 deletions

View File

@ -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: