module-nginx/.travis.yml
Matthew Haughton 091397c6ae 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
2016-04-12 18:10:35 -04:00

23 lines
535 B
YAML

---
branches:
except:
- refactor
- gh-pages
sudo: false
language: ruby
cache: bundler
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
bundler_args: --without rake
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.0
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.0
env: PUPPET_GEM_VERSION="~> 4.0"
notifications:
email: false