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:
Matthew Haughton 2016-04-12 18:10:35 -04:00
parent fe0af9e4e6
commit 091397c6ae

View file

@ -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