summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2015-04-17 19:30:16 +0200
committerDaniele Sluijters <daenney@users.noreply.github.com>2015-04-17 19:30:16 +0200
commita3e907f0f4b6e4ea8a645bb5afd143f39470176e (patch)
treee9e6f2ef46c128ac3839098afd4e0ec2809d153c /.travis.yml
parent9a0586eda8f87e8cb894a42396be4227878a4365 (diff)
parent99b1b4a7ca66691a269db6b1301439ff7503c037 (diff)
Merge pull request #5 from puppet-community/all-the-rubies-and-puppets
travis: Test only latest Ruby and Puppet.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2330870..1ee753a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,11 @@ script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake
matrix:
fast_finish: true
include:
- - rvm: 1.9.3
- env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
- - rvm: 2.0.0
- env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
+ - rvm: 2.1.6
+ env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
+ - rvm: 2.1.6
+ env: PUPPET_VERSION="~> 4.0" ORDERING="random"
+ allow_failures:
+ - env: PUPPET_VERSION="~> 4.0" ORDERING="random"
notifications:
email: false