module-puppetlabs-apt/.travis.yml
2014-05-08 09:54:08 +02:00

19 lines
331 B
YAML

---
branches:
only:
- master
language: ruby
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 3.4.0"
- PUPPET_GEM_VERSION="~> 3.5.0"
matrix:
fast_finish: true
notifications:
email: false