File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 docker_sets :
55 - set : ubuntu1404-64
66 - set : ubuntu1604-64
7+ - set : ubuntu1804-64
78 - set : debian8-64
89 - set : debian9-64
910 - set : centos7-64
Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ matrix:
3737 env : PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=ubuntu1604-64{hypervisor=docker} CHECK=beaker
3838 services : docker
3939 sudo : required
40+ - rvm : 2.5.1
41+ bundler_args : --without development release
42+ dist : trusty
43+ env : PUPPET_INSTALL_TYPE=agent BEAKER_IS_PE=no BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=ubuntu1804-64{hypervisor=docker} CHECK=beaker
44+ services : docker
45+ sudo : required
4046 - rvm : 2.5.1
4147 bundler_args : --without development release
4248 dist : trusty
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ This module has been tested to work on the following systems.
2424* Suse 11
2525* Ubuntu 14.04
2626* Ubuntu 16.04
27+ * Ubuntu 18.04
2728
2829## Installation
2930
Original file line number Diff line number Diff line change 3636 "operatingsystem" : " Ubuntu" ,
3737 "operatingsystemrelease" : [
3838 " 14.04" ,
39- " 16.04"
39+ " 16.04" ,
40+ " 18.04"
4041 ]
4142 },
4243 {
You can’t perform that action at this time.
0 commit comments