2016-02-16 17:00:27 +01:00
|
|
|
#This file is generated by ModuleSync, do not edit.
|
2013-07-15 22:27:05 +02:00
|
|
|
---
|
2015-05-06 23:10:11 +02:00
|
|
|
sudo: false
|
2013-04-03 00:23:36 +02:00
|
|
|
language: ruby
|
2016-01-25 16:50:09 +01:00
|
|
|
cache: bundler
|
|
|
|
script: "bundle exec rake validate lint spec"
|
2013-04-03 00:23:36 +02:00
|
|
|
matrix:
|
2014-01-23 23:17:20 +01:00
|
|
|
fast_finish: true
|
2014-06-27 19:54:56 +02:00
|
|
|
include:
|
2016-01-25 16:50:09 +01:00
|
|
|
- rvm: 2.1.6
|
2016-04-13 21:49:48 +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
|
2016-07-27 16:43:57 +02:00
|
|
|
- rvm: 2.1.9
|
2016-04-13 21:49:48 +02:00
|
|
|
bundler_args: --without system_tests
|
2016-01-25 16:50:09 +01:00
|
|
|
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
|
|
|
|
- rvm: 2.1.5
|
2016-04-13 21:49:48 +02:00
|
|
|
bundler_args: --without system_tests
|
2016-01-25 16:50:09 +01:00
|
|
|
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
|
|
|
|
- rvm: 2.1.5
|
2016-04-13 21:49:48 +02:00
|
|
|
bundler_args: --without system_tests
|
2015-05-06 23:10:11 +02:00
|
|
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
2014-06-26 02:23:22 +02:00
|
|
|
- rvm: 1.9.3
|
2016-04-13 21:49:48 +02:00
|
|
|
bundler_args: --without system_tests
|
2014-06-27 19:54:56 +02:00
|
|
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
2013-04-03 00:23:36 +02:00
|
|
|
notifications:
|
|
|
|
email: false
|