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

Commit 22dd285

Browse files
committed
Adjust version matrix
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
1 parent bb9999e commit 22dd285

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ rvm:
66
script: bundle exec rake test
77
env:
88
matrix:
9-
- PUPPET_VERSION="~> 3.1.0"
109
- PUPPET_VERSION="~> 3.2.0"
11-
- PUPPET_VERSION="~> 3.3.0"
10+
- PUPPET_VERSION="~> 3.4.0"
11+
- PUPPET_VERSION="~> 3.6.0"
1212
matrix:
1313
include:
14-
- rvm: 2.0.0
15-
env: PUPPET_VERSION="~> 3.3.0"
1614
- rvm: 1.8.7
1715
env: PUPPET_VERSION="~> 2.7.0"
1816
- rvm: 1.8.7
19-
env: PUPPET_VERSION="~> 3.0.0"
17+
env: PUPPET_VERSION="~> 3.4.0"
18+
- rvm: 1.8.7
19+
env: PUPPET_VERSION="~> 3.6.0"

0 commit comments

Comments
 (0)