Skip to content

Commit e5c568e

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 f6dac79 commit e5c568e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 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

@@ -52,10 +52,18 @@ matrix:
5252
env: PUPPET_GEM_VERSION='~> 4.8.0'
5353
- rvm: 2.1.9
5454
env: PUPPET_GEM_VERSION='~> 4.7.0'
55+
- rvm: 2.5.1
56+
env: PUPPET_GEM_VERSION='~> 6' # 6.0, soon 6.1
57+
- rvm: 2.5.1
58+
env: PUPPET_GEM_VERSION='~> 6.0'
5559
- rvm: 2.5.1
5660
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#master'
5761
- rvm: 2.5.1
5862
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#6.0.x'
63+
- rvm: 2.4.3
64+
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#5.5.x'
65+
- rvm: 2.1.9
66+
env: PUPPET_GEM_VERSION='https://github.com/puppetlabs/puppet.git#4.10.x'
5967
notifications:
6068
hipchat:
6169
rooms:

0 commit comments

Comments
 (0)