We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31b315 commit 14d425aCopy full SHA for 14d425a
1 file changed
.travis.yml
@@ -9,10 +9,10 @@ matrix:
9
include:
10
# Puppet supports ruby 2.4 with Puppet >= 5.0 so this should be considered the "official" build
11
- rvm: 2.4
12
- env: RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="5.4.0" ENFORCE_COVERAGE="true"
+ env: RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="5.5.3" ENFORCE_COVERAGE="true"
13
# Build with latest ruby
14
- rvm: 2.5
15
- env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="5.4.0"
+ env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="5.5.3"
16
# Puppet supports ruby 2.0 and 2.1 with Puppet 4.x, but build with more recent versions too
17
- rvm: 2.3
18
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="4.10.10"
0 commit comments