travis: don't test STRICT_VARIABLES
Module actually failed this test, but due to rspec-puppet issues it looked like the tests passed. Removing this until we actually update to pass with STRICT_VARIABLES
This commit is contained in:
parent
fe0af9e4e6
commit
091397c6ae
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ matrix:
|
||||||
- rvm: 2.1.0
|
- rvm: 2.1.0
|
||||||
env: PUPPET_GEM_VERSION="~> 3.0"
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
||||||
- rvm: 2.1.0
|
- rvm: 2.1.0
|
||||||
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
|
env: PUPPET_GEM_VERSION="~> 4.0"
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue