Test with strict variables on Puppet 4 too.
It's only as of Puppet 5 that strict variables becomes the default so we need to specify it too for Puppet 4.
This commit is contained in:
parent
7448a7597c
commit
b7c6e80497
1 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@ matrix:
|
|||
- rvm: 2.1
|
||||
env: PUPPET_GEM_VERSION="~> 3.0" ORDERING="random" STRICT_VARIABLES="yes" FUTURE_PARSER="yes"
|
||||
- rvm: 1.9.3
|
||||
env: PUPPET_GEM_VERSION="~> 4.0" ORDERING="random"
|
||||
env: PUPPET_GEM_VERSION="~> 4.0" ORDERING="random" STRICT_VARIABLES="yes"
|
||||
- rvm: 2.0.0
|
||||
env: PUPPET_GEM_VERSION="~> 4.0" ORDERING="random"
|
||||
env: PUPPET_GEM_VERSION="~> 4.0" ORDERING="random" STRICT_VARIABLES="yes"
|
||||
- rvm: 2.1
|
||||
env: PUPPET_GEM_VERSION="~> 4.0" ORDERING="random"
|
||||
env: PUPPET_GEM_VERSION="~> 4.0" ORDERING="random" STRICT_VARIABLES="yes"
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue