travis: Preserve Ubuntu 16.04
This commit is contained in:
@@ -40,6 +40,14 @@ services:
|
|||||||
security_opt:
|
security_opt:
|
||||||
- label=type:container_runtime_t
|
- label=type:container_runtime_t
|
||||||
tty: true
|
tty: true
|
||||||
|
test-ubuntu1604:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: test/docker/ubuntu1604
|
||||||
|
network_mode: "host"
|
||||||
|
security_opt:
|
||||||
|
- label=type:container_runtime_t
|
||||||
|
tty: true
|
||||||
test-ubuntu1804:
|
test-ubuntu1804:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Reference in New Issue
Block a user