Project

General

Profile

« Previous | Next » 

Revision 110b3812

Added by Dominic Cleal over 9 years ago

modulesync: use rspec-puppet-facts, Travis containers, Ruby 2.1

View differences:

.travis.yml
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.5
env:
- PUPPET_VERSION=2.7.0
- PUPPET_VERSION=3.2.0
- PUPPET_VERSION=3.3
- PUPPET_VERSION=3.5
matrix:
allow_failures:
exclude:
# No real support for Ruby 1.9.3 on Puppet 2.x
- rvm: 1.9.3
env: PUPPET_VERSION=2.7.0
exclude:
# No support for Ruby 2.0 before Puppet 3.2
- rvm: 2.0.0
env: PUPPET_VERSION=2.7.0
# No support for Ruby 2.1 before Puppet 3.5
- rvm: 2.1.5
env: PUPPET_VERSION=2.7.0
bundler_args: --without development
sudo: false

Also available in: Unified diff