travis: Preserve Ubuntu 16.04

This commit is contained in:
Tomas Babej 2020-12-06 10:11:03 -05:00
parent c6ec416e30
commit f2abee3606
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -40,6 +40,14 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-ubuntu1604:
build:
context: .
dockerfile: test/docker/ubuntu1604
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-ubuntu1804:
build:
context: .