File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ script: "script/cibuild"
6
6
7
7
matrix :
8
8
include :
9
- # Build with latest ruby
10
- - rvm : 2.5
11
- env : RUBOCOP_TEST="true" RSPEC_TEST="true" PUPPET_VERSIONS="5.0.0"
12
9
# Puppet supports ruby 2.4 with Puppet >= 5.0 so this should be considered the "official" build
13
10
- 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"
15
15
# Puppet supports ruby 2.0 and 2.1 with Puppet 4.x, but build with more recent versions too
16
16
- rvm : 2.3
17
17
env : RUBOCOP_TEST="false" RSPEC_TEST="true" PUPPET_VERSIONS="4.10.10"
You can’t perform that action at this time.
0 commit comments