We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6503438 + dc7d0bf commit fc5759cCopy full SHA for fc5759c
.travis.yml
@@ -1,19 +1,22 @@
1
dist: bionic
2
language: go
3
go:
4
- - 1.11.x
5
- 1.12.x
+ - 1.13.x
6
+ - 1.x
7
- tip
8
9
matrix:
10
include:
11
- go: 1.12.x
12
+ name: "cgroup-systemd"
13
env:
14
- RUNC_USE_SYSTEMD=1
15
script:
16
- make BUILDTAGS="${BUILDTAGS}" all
17
- sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1
18
19
+ name: "cgroup-v2"
20
21
- VIRTUALBOX_VERSION=6.0
22
- VAGRANT_VERSION=2.2.6
@@ -29,6 +32,7 @@ matrix:
29
32
- ssh default sudo podman run --privileged --cgroupns=private test make localunittest
30
33
allow_failures:
31
34
- go: tip
35
+ - name: "cgroup-v2"
36
37
go_import_path: github.com/opencontainers/runc
38
0 commit comments