Skip to content

Commit e1e0252

Browse files
committed
Added ubuntu 18.04 to travis tests
1 parent 54c7535 commit e1e0252

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"operatingsystem": "Ubuntu",
3737
"operatingsystemrelease": [
3838
"14.04",
39-
"16.04"
39+
"16.04",
40+
"18.04"
4041
]
4142
},
4243
{

0 commit comments

Comments
 (0)