25 lines
476 B
YAML
25 lines
476 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.1
|
|
env:
|
|
- PUPPET_VERSION=3.3.0
|
|
- PUPPET_VERSION=3.4.0
|
|
- PUPPET_VERSION=3.5.0
|
|
- PUPPET_VERSION=3.6.0
|
|
- PUPPET_VERSION=3.7.0
|
|
gemfile: Gemfile.travis
|
|
before_install: 'cp Gemfile Gemfile.travis'
|
|
notifications:
|
|
email:
|
|
- 'inkblot@movealong.org'
|
|
matrix:
|
|
exclude:
|
|
- rvm: 2.1.1
|
|
gemfile: gemfiles/Gemfile.puppet-3.3
|
|
- rvm: 2.1.1
|
|
gemfile: gemfiles/Gemfile.puppet-3.4
|
|
allow_failures:
|
|
- rvm: 2.1.1
|