Skip to content

Commit fc5759c

Browse files
Merge pull request #2222 from cyphar/update-travis
travis: update configuration
2 parents 6503438 + dc7d0bf commit fc5759c

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)