Skip to content

Commit e80f3b2

Browse files
committed
(maint) update travis for better coverage of in-flight puppet versions
This adds cells for all currently active puppet development versions from git, and updates the utility cells to a more current ruby. PUP-9356 would have been detected earlier if we had had these cells in place.
1 parent 1b82ff3 commit e80f3b2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ matrix:
2828
bundler: true
2929
directories: ~/.rvm
3030
before_install: rvm use jruby-9.1.9.0 --install --binary --fuzzy
31-
- rvm: 2.4.3
31+
- rvm: 2.5.1
3232
env: CHECK=rubocop
33-
- rvm: 2.4.3
33+
- rvm: 2.5.1
3434
env: CHECK=license_finder
3535
bundler_args: ""
3636

@@ -56,6 +56,10 @@ matrix:
5656
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#master'
5757
- rvm: 2.5.1
5858
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#6.0.x'
59+
- rvm: 2.4.3
60+
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#5.5.x'
61+
- rvm: 2.1.9
62+
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#4.10.x'
5963
notifications:
6064
hipchat:
6165
rooms:

0 commit comments

Comments
 (0)