2012-05-29 22:55:26 +02:00
|
|
|
language: ruby
|
2013-01-06 00:01:56 +01:00
|
|
|
bundler_args: --without development
|
2013-02-25 23:00:20 +01:00
|
|
|
script: "bundle exec rake spec SPEC_OPTS='--color --format documentation'"
|
2012-05-29 22:55:26 +02:00
|
|
|
rvm:
|
|
|
|
- 1.8.7
|
2013-02-25 23:19:13 +01:00
|
|
|
- 1.9.3
|
|
|
|
- 2.0.0
|
2013-01-06 06:11:53 +01:00
|
|
|
- ruby-head
|
2012-05-29 22:55:26 +02:00
|
|
|
env:
|
2013-01-07 23:48:30 +01:00
|
|
|
- PUPPET_GEM_VERSION=">= 3.0.0"
|
2013-01-06 00:01:56 +01:00
|
|
|
matrix:
|
2013-01-06 06:11:53 +01:00
|
|
|
allow_failures:
|
2013-02-25 23:00:20 +01:00
|
|
|
- rvm: 2.0.0
|
2013-01-06 06:11:53 +01:00
|
|
|
- rvm: ruby-head
|
2013-02-25 23:00:20 +01:00
|
|
|
include:
|
2013-02-25 23:19:13 +01:00
|
|
|
- rvm: 1.8.7
|
2013-01-06 06:11:53 +01:00
|
|
|
env: PUPPET_GEM_VERSION="~> 2.7"
|
2013-01-07 03:45:43 +01:00
|
|
|
notifications:
|
2013-01-07 23:48:30 +01:00
|
|
|
email: false
|
2013-01-07 03:45:43 +01:00
|
|
|
webhooks:
|
|
|
|
urls:
|
|
|
|
- https://puppet-dev-community.herokuapp.com/event/travis-ci/
|
|
|
|
on_success: always
|
|
|
|
on_failure: always
|
|
|
|
on_start: yes
|