From 99b1b4a7ca66691a269db6b1301439ff7503c037 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Fri, 17 Apr 2015 18:21:13 +0200 Subject: travis: Test only latest Ruby and Puppet. Since this module contains no Ruby code there's really no point in running a matrix for all Ruby versions. We trust Puppet to work on the different Ruby versions so all we need is to run the different versions of Puppet. We use Ruby 2.1.6 since 2.2.x causes Puppet 3 and 4 to crash. We need to allow Puppet 4 builds to break right now because rspec-puppet doesn't work with it. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3