Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Adjust version matrix
Browse files Browse the repository at this point in the history
We're only concerning ourselves with RHEL/Centos 6 so Ruby 1.8.7 and Ruby 1.9.3
will be the most likely versions. Due to a bug in rspec_puppet avoid Puppet
3.0.x. See rodjek/rspec-puppet#136
  • Loading branch information
sdodson committed Dec 2, 2014
1 parent bb9999e commit 22dd285
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -6,14 +6,14 @@ rvm:
script: bundle exec rake test
env:
matrix:
- PUPPET_VERSION="~> 3.1.0"
- PUPPET_VERSION="~> 3.2.0"
- PUPPET_VERSION="~> 3.3.0"
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.6.0"
matrix:
include:
- rvm: 2.0.0
env: PUPPET_VERSION="~> 3.3.0"
- rvm: 1.8.7
env: PUPPET_VERSION="~> 2.7.0"
- rvm: 1.8.7
env: PUPPET_VERSION="~> 3.0.0"
env: PUPPET_VERSION="~> 3.4.0"
- rvm: 1.8.7
env: PUPPET_VERSION="~> 3.6.0"

0 comments on commit 22dd285

Please sign in to comment.