Add an Ubuntu 16.04 job

This commit is contained in:
Jean-Paul Calderone 2018-06-14 11:44:39 -04:00
parent 72fb92a045
commit 30380a0d18
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,7 @@ workflows:
- "lint"
- "debian-8"
- "debian-9"
- "ubuntu-16.04"
- "ubuntu-18.04"
- "centos-7"
- "fedora-27"
@ -94,6 +95,12 @@ jobs:
<<: *DEBIAN
ubuntu-16.04:
<<: *DEBIAN
docker:
- image: "ubuntu:16.04"
ubuntu-18.04:
<<: *DEBIAN
docker: