2016-02-16 17:01:13 +01:00
|
|
|
#This file is generated by ModuleSync, do not edit.
|
2014-01-23 20:18:50 +01:00
|
|
|
---
|
2014-12-16 01:11:10 +01:00
|
|
|
sudo: false
|
2012-05-29 22:55:26 +02:00
|
|
|
language: ruby
|
2015-06-01 13:21:58 +02:00
|
|
|
cache: bundler
|
2016-04-05 15:32:06 +02:00
|
|
|
script: "bundle exec rake validate lint spec"
|
2013-01-06 00:01:56 +01:00
|
|
|
matrix:
|
2014-01-23 20:18:50 +01:00
|
|
|
fast_finish: true
|
2013-02-25 23:00:20 +01:00
|
|
|
include:
|
2016-01-25 15:19:19 +01:00
|
|
|
- rvm: 2.1.6
|
2016-04-13 21:50:11 +02:00
|
|
|
dist: trusty
|
|
|
|
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
|
|
|
|
script: bundle exec rake beaker
|
|
|
|
services: docker
|
|
|
|
sudo: required
|
|
|
|
- rvm: 2.1.6
|
|
|
|
dist: trusty
|
|
|
|
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7
|
|
|
|
script: bundle exec rake beaker
|
|
|
|
services: docker
|
|
|
|
sudo: required
|
|
|
|
- rvm: 2.1.6
|
|
|
|
bundler_args: --without system_tests
|
2016-01-25 15:19:19 +01:00
|
|
|
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
|
|
|
|
- rvm: 2.1.5
|
2016-04-13 21:50:11 +02:00
|
|
|
bundler_args: --without system_tests
|
2016-01-25 15:19:19 +01:00
|
|
|
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
|
|
|
|
- rvm: 2.1.5
|
2016-04-13 21:50:11 +02:00
|
|
|
bundler_args: --without system_tests
|
2015-04-08 14:46:56 +02:00
|
|
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
2014-06-27 19:55:25 +02:00
|
|
|
- rvm: 1.9.3
|
2016-04-13 21:50:11 +02:00
|
|
|
bundler_args: --without system_tests
|
2014-06-27 19:55:25 +02:00
|
|
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
2013-01-07 03:45:43 +01:00
|
|
|
notifications:
|
2013-01-07 23:48:30 +01:00
|
|
|
email: false
|