fuel-library/deployment/puppet/stdlib/.travis.yml
Sergii Golovatiuk 9cef0b2510 Sync puppetlabs-stdlib module to 4.2.1
v4.2.1 08b00d9229961d7b3c3cba997bfb35c8d47e4c4b

Change-Id: I12a3fa8eea5647d6410469b542317bff2bee896c
Implements: blueprint merge-openstack-puppet-modules
2014-06-13 10:32:11 +00:00

28 lines
607 B
YAML

---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'"
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
env:
- PUPPET_GEM_VERSION=">= 3.0.0"
matrix:
fast_finish: true
allow_failures:
- rvm: 2.0.0
- rvm: ruby-head
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7"
notifications:
email: false
webhooks:
urls:
- https://puppet-dev-community.herokuapp.com/event/travis-ci/
on_success: always
on_failure: always
on_start: yes