Skip to content

Commit 97cc09a

Browse files
committed
Add support for strict variables checking in Puppet v4
1 parent d3e091b commit 97cc09a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
- PUPPET_GEM_VERSION="~> 4.3.0"
2828
- PUPPET_GEM_VERSION="~> 4.4.0"
2929
- PUPPET_GEM_VERSION="~> 4.5.0"
30-
- PUPPET_GEM_VERSION="~> 4"
30+
- PUPPET_GEM_VERSION="~> 4" STRICT_VARIABLES="yes"
3131

3232
sudo: false
3333

@@ -59,7 +59,7 @@ matrix:
5959
- rvm: 1.8.7
6060
env: PUPPET_GEM_VERSION="~> 4.5.0"
6161
- rvm: 1.8.7
62-
env: PUPPET_GEM_VERSION="~> 4"
62+
env: PUPPET_GEM_VERSION="~> 4" STRICT_VARIABLES="yes"
6363
- rvm: 2.3.1
6464
env: PUPPET_GEM_VERSION="~> 3.1.0"
6565
- rvm: 2.3.1

0 commit comments

Comments
 (0)