Skip to content

Commit 14d425a

Browse files
committed
Bump puppet versions in travis.yml too
1 parent f31b315 commit 14d425a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ matrix:
99
include:
1010
# Puppet supports ruby 2.4 with Puppet >= 5.0 so this should be considered the "official" build
1111
- rvm: 2.4
12-
env: RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="5.4.0" ENFORCE_COVERAGE="true"
12+
env: RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="5.5.3" ENFORCE_COVERAGE="true"
1313
# Build with latest ruby
1414
- rvm: 2.5
15-
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="5.4.0"
15+
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="5.5.3"
1616
# Puppet supports ruby 2.0 and 2.1 with Puppet 4.x, but build with more recent versions too
1717
- rvm: 2.3
1818
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="4.10.10"

0 commit comments

Comments
 (0)