Skip to content

Commit

Permalink
Implement Ubuntu 20.04 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 5, 2020
1 parent 698dc11 commit 269db47
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 167 deletions.
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
docker_sets:
- set: ubuntu1604-64
- set: ubuntu1804-64
- set: ubuntu2004-64
- set: debian9-64
- set: debian10-64
- set: centos7-64
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
bundler_args: --without development release
env: BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_setfile=ubuntu1804-64 CHECK=beaker
services: docker
- rvm: 2.5.3
bundler_args: --without development release
env: BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_setfile=ubuntu2004-64 CHECK=beaker
services: docker
- rvm: 2.5.3
bundler_args: --without development release
env: BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_setfile=debian9-64 CHECK=beaker
Expand Down
Loading

0 comments on commit 269db47

Please sign in to comment.