Project

General

Profile

« Previous | Next » 

Revision 9702f265

Added by Michael Moll almost 6 years ago

Support Ubuntu/bionic, drop Fedora 25 & Debian 7 (#39)

View differences:

.travis.yml
# https://github.com/theforeman/foreman-installer-modulesync
rvm:
- 2.1.9
- 2.2.6
- 2.3.0
- 2.4.1
env:
......
include:
- rvm: 2.4.1
env: PUPPET_VERSION=5.0
- rvm: 2.5.1
env: PUPPET_VERSION=5.0
bundler_args: --without system_tests development
sudo: false
metadata.json
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"25",
"26"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8",
"9"
]
......
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
"16.04",
"18.04"
]
},
{

Also available in: Unified diff