From 091397c6ae36e5be4f7144075ceac13c27b074fb Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Tue, 12 Apr 2016 18:10:35 -0400 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4e29cf..7a03776 100644 --- a/.travis.yml +++ b/.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