]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Exclude tests for Puppet < 3.2 against ruby-head
authorDan Carley <dan.carley@gmail.com>
Sun, 16 Jun 2013 20:16:37 +0000 (21:16 +0100)
committerDan Carley <dan.carley@gmail.com>
Sun, 16 Jun 2013 20:18:53 +0000 (21:18 +0100)
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

index 9efd00636890c9f09dd7e56d676f02a729dd2d09..53a4d3c1b1932ffa9c228d0fc9e09136538887b5 100644 (file)
@@ -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