c46bc7fe4a
We should build all branches for travis, otherwise users won't be able to test their own feature branches.
26 lines
463 B
YAML
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
|