b7c6e80497
It's only as of Puppet 5 that strict variables becomes the default so we need to specify it too for Puppet 4.
32 lines
1.3 KiB
YAML
32 lines
1.3 KiB
YAML
---
|
|
language: ruby
|
|
sudo: false
|
|
bundler_args: --without system_tests
|
|
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
|
|
matrix:
|
|
fast_finish: true
|
|
include:
|
|
- rvm: 1.8.7
|
|
env: PUPPET_GEM_VERSION="~> 3.0" ORDERING="random" STRICT_VARIABLES="yes"
|
|
- rvm: 1.8.7
|
|
env: PUPPET_GEM_VERSION="~> 3.0" ORDERING="random" STRICT_VARIABLES="yes" FUTURE_PARSER="yes"
|
|
- rvm: 1.9.3
|
|
env: PUPPET_GEM_VERSION="~> 3.0" ORDERING="random" STRICT_VARIABLES="yes"
|
|
- rvm: 1.9.3
|
|
env: PUPPET_GEM_VERSION="~> 3.0" ORDERING="random" STRICT_VARIABLES="yes" FUTURE_PARSER="yes"
|
|
- rvm: 2.0.0
|
|
env: PUPPET_GEM_VERSION="~> 3.0" ORDERING="random" STRICT_VARIABLES="yes"
|
|
- rvm: 2.0.0
|
|
env: PUPPET_GEM_VERSION="~> 3.0" ORDERING="random" STRICT_VARIABLES="yes" FUTURE_PARSER="yes"
|
|
- rvm: 2.1
|
|
env: PUPPET_GEM_VERSION="~> 3.0" ORDERING="random" STRICT_VARIABLES="yes"
|
|
- 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" STRICT_VARIABLES="yes"
|
|
- rvm: 2.0.0
|
|
env: PUPPET_GEM_VERSION="~> 4.0" ORDERING="random" STRICT_VARIABLES="yes"
|
|
- rvm: 2.1
|
|
env: PUPPET_GEM_VERSION="~> 4.0" ORDERING="random" STRICT_VARIABLES="yes"
|
|
notifications:
|
|
email: false
|