module-puppetlabs-apt/.travis.yml
William Van Hevelingen c46bc7fe4a Build all branches on travis
We should build all branches for travis, otherwise users won't be able to test
their own feature branches.
2013-02-02 16:11:50 -08:00

26 lines
463 B
YAML

language: ruby
rvm:
- 1.8.7
- 1.9.3
before_script:
after_script:
script: "rake spec"
env:
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=2.7.20
- PUPPET_VERSION=2.7.6
- PUPPET_VERSION=2.6.9
matrix:
exclude:
- rvm: 1.9.3
gemfile: .gemfile
env: PUPPET_VERSION=2.6.9
- rvm: 1.9.3
gemfile: .gemfile
env: PUPPET_VERSION=2.7.6
- rvm: 1.9.3
gemfile: .gemfile
env: PUPPET_VERSION=2.7.20
notifications:
email: false
gemfile: .gemfile