fuel-library/deployment/puppet/swift/.travis.yml
Branan Purvine-Riley b8000f6015 Update module to use puppetlabs_spec_helper gem
* Automatically populate fixtures directory on spec runs
* Avoid duplicating spec_helper and Rakefile between modules
2012-05-31 17:11:07 -07:00

16 lines
238 B
YAML

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