Skip to content

Commit c824a3e

Browse files
committed
(maint) Update travis matrix
removal of unsupported puppet / ruby combinations addition of puppet 7
1 parent 3fdd88f commit c824a3e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ script: 'SPEC_OPTS="--format documentation" COVERAGE="yes" bundle exec rake $CHE
1616
jobs:
1717
fast_finish: true
1818
include:
19-
- rvm: 2.3
20-
env: PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
21-
- rvm: 2.4
22-
env: PUPPET_GEM_VERSION="~> 5" CHECK=spec
2319
- rvm: 2.5
2420
env: PUPPET_GEM_VERSION="~> 6" CHECK=spec
2521
- rvm: 2.7
26-
env: PUPPET_GEM_VERSION="~> 6" CHECK=spec
22+
env: PUPPET_GEM_VERSION="~> 7" CHECK=spec
2723
- bundler_args: ""
2824
rvm: 2.5
2925
before_script:

0 commit comments

Comments
 (0)