Browse Source

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
Matthew Haughton 8 years ago
parent
commit
091397c6ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -18,6 +18,6 @@ matrix:
     - rvm: 2.1.0
       env: PUPPET_GEM_VERSION="~> 3.0"
     - rvm: 2.1.0
-      env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
+      env: PUPPET_GEM_VERSION="~> 4.0"
 notifications:
   email: false