Skip to content

Commit 9d37110

Browse files
authored
Merge pull request #200 from glennsarti/maint-testing
(maint) Add Puppet 6 to testing matrix
2 parents 5942871 + e90a1f1 commit 9d37110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ before_install:
1414
matrix:
1515
fast_finish: true
1616
include:
17-
- rvm: 2.1.9
17+
- rvm: 2.1.0
1818
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
1919
- rvm: 2.4.1
2020
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
2121
- rvm: 2.4.1
2222
env: PUPPET_GEM_VERSION="~> 5" CHECK=spec
23+
- rvm: 2.5
24+
env: PUPPET_GEM_VERSION="~> 6" CHECK=spec
2325
- rvm: 2.1.9
2426
env: PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
25-
- rvm: 2.1.0
26-
env: PUPPET_GEM_VERSION="~> 4" CHECK=spec
2727

2828
script: 'SPEC_OPTS="--format documentation" COVERAGE="yes" bundle exec rake $CHECK'

0 commit comments

Comments
 (0)