Update travis config for our testing targets

This commit is contained in:
Branan Purvine-Riley 2012-05-08 09:57:48 -07:00
parent 05f7807fc0
commit 02089f4faf

View file

@ -1,22 +1,16 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- ree
before_script:
- "[ '2.6.12' = $PUPPET_VERSION ] && git clone git://github.com/puppetlabs/puppetlabs-create_resources.git spec/fixtures/modules/create_resources || true"
- "[ '2.6.9' = $PUPPET_VERSION ] && git clone git://github.com/puppetlabs/puppetlabs-create_resources.git spec/fixtures/modules/create_resources || true"
after_script:
script: "rake spec"
branches:
only:
- tb/travis
- master
env:
- PUPPET_VERSION=2.6.12
- PUPPET_VERSION=2.7.13
- PUPPET_VERSION=2.7.6
- PUPPET_VERSION=2.7.9
matrix:
exclude:
- rvm: 1.9.2
env: PUPPET_VERSION=2.6.12
- PUPPET_VERSION=2.6.9
notifications:
email: false