Merge pull request #718 from enovance/travis-faster

(travis) Speed-up travis, and use same puppet version than stackforge
This commit is contained in:
Emilien Macchi 2014-11-11 18:29:23 +01:00
commit 3669030752

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: