2013-07-03 01:40:23 +02:00
|
|
|
---
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2012-05-08 19:18:52 +02:00
|
|
|
language: ruby
|
2013-02-03 01:55:21 +01:00
|
|
|
bundler_args: --without development
|
2013-07-03 01:40:23 +02:00
|
|
|
script: bundle exec rake spec SPEC_OPTS='--format documentation'
|
2012-05-08 19:18:52 +02:00
|
|
|
rvm:
|
|
|
|
- 1.8.7
|
2013-02-02 10:19:21 +01:00
|
|
|
- 1.9.3
|
2013-07-02 01:11:34 +02:00
|
|
|
- 2.0.0
|
2012-05-08 19:18:52 +02:00
|
|
|
env:
|
2013-07-03 01:40:23 +02:00
|
|
|
matrix:
|
2014-02-16 17:14:47 +01:00
|
|
|
- PUPPET_GEM_VERSION="~> 3.3.0"
|
|
|
|
- PUPPET_GEM_VERSION="~> 3.4.0"
|
2013-02-02 10:19:21 +01:00
|
|
|
matrix:
|
2014-01-23 18:47:51 +01:00
|
|
|
fast_finish: true
|
2012-05-08 19:18:52 +02:00
|
|
|
notifications:
|
|
|
|
email: false
|