Skip to content

Commit

Permalink
Exclude tests for Puppet < 3.2 against ruby-head
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dcarley committed Jun 16, 2013
1 parent 2a47f78 commit 4ac68a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -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

0 comments on commit 4ac68a6

Please sign in to comment.