Skip to content

Commit d351157

Browse files
committed
add puppet 4.0 to travis matrix
1 parent d4a870f commit d351157

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ rvm:
88
- 2.1
99
env:
1010
- PUPPET_GEM_VERSION="~> 3.3"
11-
- PUPPET_GEM_VERSION="~> 3.7" FUTURE_PARSER="yes"
11+
- PUPPET_GEM_VERSION="~> 4.0"
1212
matrix:
13+
exclude:
14+
- rvm: 1.8.7
15+
env: PUPPET_GEM_VERSION="~> 4.0"
1316
fast_finish: true
1417
notifications:
1518
email: false

0 commit comments

Comments
 (0)