Skip to content

Commit

Permalink
Merge pull request #763 from jfryman/3flex/enable-strict-variables
Browse files Browse the repository at this point in the history
travis: test with strict_variables on puppet 4
  • Loading branch information
3flex committed Feb 5, 2016
2 parents ed6d35e + 581d08c commit cf46049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ matrix:
- rvm: 2.1.0
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.0
env: PUPPET_GEM_VERSION="~> 4.0"
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
notifications:
email: false

0 comments on commit cf46049

Please sign in to comment.