module-puppetlabs-apt/.travis.yml

17 lines
239 B
YAML
Raw Normal View History

2012-05-08 19:18:52 +02:00
language: ruby
rvm:
- 1.8.7
before_script:
after_script:
script: "rake spec"
2012-05-08 19:18:52 +02:00
branches:
only:
- master
env:
- PUPPET_VERSION=2.7.13
- PUPPET_VERSION=2.7.6
- PUPPET_VERSION=2.6.9
notifications:
email: false
gemfile: .gemfile