puppet-cinder/.travis.yml
Dan Bode 8f57c59b67 add travisci support
Adds all of the files required for travis to work.
2012-10-29 12:58:32 -07:00

19 lines
264 B
YAML

language: ruby
rvm:
- 1.8.7
before_script:
after_script:
script: "rake spec"
branches:
only:
- master
- folsom
- essex
env:
- PUPPET_VERSION=2.7.13
- PUPPET_VERSION=2.7.6
- PUPPET_VERSION=2.6.9
notifications:
email: false
gemfile: .gemfile