module-puppetlabs-apt/.travis.yml

19 lines
630 B
YAML
Raw Normal View History

---
sudo: false
2015-05-07 00:15:21 +02:00
language: ruby
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
2014-06-27 19:52:08 +02:00
include:
- rvm: 1.8.7
2015-05-07 18:48:33 +02:00
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
2014-06-26 02:23:12 +02:00
- rvm: 1.9.3
2015-05-07 18:48:33 +02:00
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
- rvm: 2.0.0
2015-05-07 18:48:33 +02:00
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random"
- rvm: 2.1.6
2015-05-07 00:15:21 +02:00
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" ORDERING="random"
2012-05-08 19:18:52 +02:00
notifications:
email: false