From 4ac68a620ba01b54d764978a472f341a05d480cf Mon Sep 17 00:00:00 2001 From: Dan Carley Date: Sun, 16 Jun 2013 21:16:37 +0100 Subject: [PATCH] Exclude tests for Puppet < 3.2 against ruby-head ruby-head is currently 2.x, which Puppet only began supporting at version 3.2: http://projects.puppetlabs.com/issues/18494 This should make the "allowed failures" builds green once again. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9efd006..53a4d3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,5 +23,9 @@ matrix: env: PUPPET_GEM_VERSION="~> 2.6.0" - rvm: ruby-head env: PUPPET_GEM_VERSION="~> 2.6.0" + - rvm: ruby-head + env: PUPPET_GEM_VERSION="~> 3.0.0" + - rvm: ruby-head + env: PUPPET_GEM_VERSION="~> 3.1.0" notifications: email: false -- 2.45.2