Files
puppet-openstack-cloud/.travis.yml
Emilien Macchi 700b49a128 Travis: add QA for Puppet 3.6, 3.7 and 3.7.1
Add more versions of Puppet in the QA process.
2014-09-19 08:28:45 -04:00

13 lines
286 B
YAML

language: ruby
script: "bundle exec rake test COV=y SPEC_OPTS='--format documentation --color --backtrace'"
rvm:
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 3.2.0"
- PUPPET_GEM_VERSION="~> 3.6.0"
- PUPPET_GEM_VERSION="~> 3.7.0"
notifications:
email: false