Skip to content

Commit 52b6af1

Browse files
authored
Merge pull request kakwa#65 from cole-christensen/master
Update and fix Travis tests
2 parents 7ce3dd4 + bc63d71 commit 52b6af1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ script: "bundle exec rake validate && bundle exec rake lint || bundle exec rake
88
matrix:
99
fast_finish: true
1010
include:
11+
- rvm: 2.5.3
12+
env: PUPPET_VERSION="6.2.0"
13+
- rvm: 2.4.1
14+
env: PUPPET_VERSION="5.5.0"
1115
- rvm: 2.1.5
12-
env: PUPPET_GEM_VERSION="~> 4.10.0"
13-
- rvm: 2.1.5
14-
env: PUPPET_GEM_VERSION="~> 5.4.0"
16+
env: PUPPET_VERSION="4.10.0"

0 commit comments

Comments
 (0)