Skip to content

Commit dc7d0bf

Browse files
committed
travis: update configuration
Update the set of Go versions (and use 1.x to always test the latest release), as well as making the cgroupv2 tests allowable failures (the vagrant setup seems to break pretty often, causing flaky failures). Signed-off-by: Aleksa Sarai <[email protected]>
1 parent e6555cc commit dc7d0bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
dist: bionic
22
language: go
33
go:
4-
- 1.11.x
54
- 1.12.x
5+
- 1.13.x
6+
- 1.x
67
- tip
78

89
matrix:
910
include:
1011
- go: 1.12.x
12+
name: "cgroup-systemd"
1113
env:
1214
- RUNC_USE_SYSTEMD=1
1315
script:
1416
- make BUILDTAGS="${BUILDTAGS}" all
1517
- sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1
1618
- go: 1.12.x
19+
name: "cgroup-v2"
1720
env:
1821
- VIRTUALBOX_VERSION=6.0
1922
- VAGRANT_VERSION=2.2.6
@@ -29,6 +32,7 @@ matrix:
2932
- ssh default sudo podman run --privileged --cgroupns=private test make localunittest
3033
allow_failures:
3134
- go: tip
35+
- name: "cgroup-v2"
3236

3337
go_import_path: github.com/opencontainers/runc
3438

0 commit comments

Comments
 (0)