2016-02-16 16:59:57 +01:00
|
|
|
#This file is generated by ModuleSync, do not edit.
|
2013-07-03 01:40:23 +02:00
|
|
|
---
|
2015-03-18 23:51:37 +01:00
|
|
|
sudo: false
|
2015-05-07 00:15:21 +02:00
|
|
|
language: ruby
|
2016-01-25 16:42:27 +01:00
|
|
|
cache: bundler
|
|
|
|
script: "bundle exec rake validate lint spec"
|
2013-02-02 10:19:21 +01:00
|
|
|
matrix:
|
2014-01-23 18:47:51 +01:00
|
|
|
fast_finish: true
|
2014-06-27 19:52:08 +02:00
|
|
|
include:
|
2015-05-27 17:25:44 +02:00
|
|
|
- rvm: 2.1.6
|
2016-04-13 21:49:37 +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/debian-8
|
|
|
|
script: bundle exec rake beaker
|
|
|
|
services: docker
|
|
|
|
sudo: required
|
|
|
|
- rvm: 2.1.6
|
|
|
|
bundler_args: --without system_tests
|
2016-01-25 16:42:27 +01:00
|
|
|
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
|
|
|
|
- rvm: 2.1.5
|
2016-04-13 21:49:37 +02:00
|
|
|
bundler_args: --without system_tests
|
2016-01-25 16:42:27 +01:00
|
|
|
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
|
|
|
|
- rvm: 2.1.5
|
2016-04-13 21:49:37 +02:00
|
|
|
bundler_args: --without system_tests
|
2016-01-25 16:42:27 +01:00
|
|
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
|
|
|
- rvm: 1.9.3
|
2016-04-13 21:49:37 +02:00
|
|
|
bundler_args: --without system_tests
|
2016-01-25 16:42:27 +01:00
|
|
|
env: PUPPET_GEM_VERSION="~> 3.0"
|
2012-05-08 19:18:52 +02:00
|
|
|
notifications:
|
|
|
|
email: false
|