Skip to content

Commit 3b32835

Browse files
committed
Proper environment version setting
1 parent 8a3ce8f commit 3b32835

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ script: "script/cibuild"
66

77
matrix:
88
include:
9-
# Build with latest ruby
10-
- rvm: 2.5
11-
env: RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="5.0.0"
129
# Puppet supports ruby 2.4 with Puppet >= 5.0 so this should be considered the "official" build
1310
- rvm: 2.4
14-
env: RUBOCOP_TEST="false" RSPEC_TEST="true" ENFORCE_COVERAGE="true" PUPPET_VERSIONS="5.0.0"
11+
env: RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="5.4.0" ENFORCE_COVERAGE="true"
12+
# Build with latest ruby
13+
- rvm: 2.5
14+
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="5.4.0"
1515
# Puppet supports ruby 2.0 and 2.1 with Puppet 4.x, but build with more recent versions too
1616
- rvm: 2.3
1717
env: RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="4.10.10"

0 commit comments

Comments
 (0)