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