Project

General

Profile

Download (1.04 KB) Statistics
| Branch: | Tag: | Revision:
44f75a62 Dominic Cleal
---
# This file is managed centrally by modulesync
# https://github.com/theforeman/foreman-installer-modulesync
5c836c68 Ewoud Kohl van Wijngaarden
rvm:
46883669 Ewoud Kohl van Wijngaarden
- 2.1.9
fb76dc34 Ewoud Kohl van Wijngaarden
- 2.3.0
- 2.4.1
5c836c68 Ewoud Kohl van Wijngaarden
env:
0306811f Michael Moll
matrix:
fb76dc34 Ewoud Kohl van Wijngaarden
- PUPPET_VERSION=4.9
5c836c68 Ewoud Kohl van Wijngaarden
matrix:
30bca22d Dominic Cleal
fast_finish: true
f20da203 Ewoud Kohl van Wijngaarden
include:
4649201b Michael Moll
- rvm: 2.4.1
fb76dc34 Ewoud Kohl van Wijngaarden
env: PUPPET_VERSION=5.0
d1a443f3 Michael Moll
- rvm: 2.5.1
env: PUPPET_VERSION=5.0
6c311783 Ewoud Kohl van Wijngaarden
# Acceptance tests
- rvm: 2.3.1
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7
script: bundle exec rake beaker
services: docker
bundler_args: --without development
- rvm: 2.3.1
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/debian-8
script: bundle exec rake beaker
services: docker
bundler_args: --without development
757bdd76 Ewoud Kohl van Wijngaarden
- rvm: 2.3.1
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/debian-9
script: bundle exec rake beaker
services: docker
bundler_args: --without development
a8c4f5ec Michael Moll
bundler_args: --without system_tests development
ca6372b3 Dominic Cleal
sudo: false