travis: Add puppet3.5 series and drop ruby 1.8

This commit is contained in:
Sebastien Badia 2014-05-01 14:44:16 +02:00
parent bc4b0ff9ec
commit 8fb171d05c

View File

@ -1,7 +1,6 @@
language: ruby
script: "bundle exec rake test COV=y SPEC_OPTS='--format n --color --backtrace'"
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
@ -9,5 +8,6 @@ env:
- PUPPET_GEM_VERSION="~> 3.2.0"
- PUPPET_GEM_VERSION="~> 3.3.0"
- PUPPET_GEM_VERSION="~> 3.4.0"
- PUPPET_GEM_VERSION="~> 3.5.0"
notifications:
email: false