module-puppetlabs-apt/.travis.yml

20 lines
331 B
YAML
Raw Normal View History

---
branches:
only:
- master
2012-05-08 19:18:52 +02:00
language: ruby
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
2012-05-08 19:18:52 +02:00
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
2012-05-08 19:18:52 +02:00
env:
matrix:
- PUPPET_GEM_VERSION="~> 3.4.0"
2014-05-08 09:54:08 +02:00
- PUPPET_GEM_VERSION="~> 3.5.0"
matrix:
fast_finish: true
2012-05-08 19:18:52 +02:00
notifications:
email: false