0ea463b5f0
Update before script so it exits with 0 for Puppet 2.7.
22 lines
468 B
YAML
22 lines
468 B
YAML
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"
|
|
after_script:
|
|
script: "rake spec"
|
|
branches:
|
|
only:
|
|
- tb/travis
|
|
env:
|
|
- PUPPET_VERSION=2.6.12
|
|
- PUPPET_VERSION=2.7.6
|
|
- PUPPET_VERSION=2.7.9
|
|
matrix:
|
|
exclude:
|
|
- rvm: 1.9.2
|
|
env: PUPPET_VERSION=2.6.12
|
|
notifications:
|
|
email: false
|