From: Dan Carley Date: Sun, 16 Jun 2013 20:16:37 +0000 (+0100) Subject: Exclude tests for Puppet < 3.2 against ruby-head X-Git-Tag: list~4 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4ac68a620ba01b54d764978a472f341a05d480cf;p=puppet-modules%2Fpuppetlabs-firewall.git 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. --- 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