Skip to content

Commit b409018

Browse files
committed
Add ability to unittest puppet 4
1 parent 3fafad8 commit b409018

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ matrix:
1414
env: PUPPET_GEM_VERSION="~> 3.0"
1515
- rvm: 2.1.5
1616
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
17+
- rvm: 2.1.6
18+
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
19+
allow_failures:
20+
- rvm: 2.1.6
21+
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
1722
notifications:
1823
email: false

0 commit comments

Comments
 (0)