Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit 7194a87

Browse files
author
Daniel Dreier
committed
Add a travis test with coming-soon options
Enables future parser, strict variables, and randomizes ordering
1 parent 0b3324a commit 7194a87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ env:
1313
- PUPPET_VERSION="~> 3.3.0"
1414
- PUPPET_VERSION="~> 3.4.0"
1515
- PUPPET_VERSION="~> 3.7.3"
16+
- PUPPET_VERSION="~> 3.7.3" FUTURE_PARSER=yes
17+
- PUPPET_VERSION="~> 3.7.3" STRINGIFY_FACTS=no
18+
- PUPPET_VERSION="~> 3.7.3" STRICT_VARIABLES=yes
19+
- PUPPET_VERSION="~> 3.7.3" ORDERING=random
1620
matrix:
1721
exclude:
1822
- rvm: 2.0.0
@@ -23,3 +27,5 @@ matrix:
2327
env: PUPPET_VERSION="~> 3.2.0"
2428
- rvm: 2.1.3
2529
env: PUPPET_VERSION="~> 3.3.0"
30+
allow_failures:
31+
- env: PUPPET_VERSION="~> 3.7.3" STRICT_VARIABLES=yes

0 commit comments

Comments
 (0)