Skip to content

Commit

Permalink
Merge pull request #2222 from cyphar/update-travis
Browse files Browse the repository at this point in the history
travis: update configuration
  • Loading branch information
crosbymichael authored Mar 6, 2020
2 parents 6503438 + dc7d0bf commit fc5759c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
dist: bionic
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.x
- tip

matrix:
include:
- go: 1.12.x
name: "cgroup-systemd"
env:
- RUNC_USE_SYSTEMD=1
script:
- make BUILDTAGS="${BUILDTAGS}" all
- sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1
- go: 1.12.x
name: "cgroup-v2"
env:
- VIRTUALBOX_VERSION=6.0
- VAGRANT_VERSION=2.2.6
Expand All @@ -29,6 +32,7 @@ matrix:
- ssh default sudo podman run --privileged --cgroupns=private test make localunittest
allow_failures:
- go: tip
- name: "cgroup-v2"

go_import_path: github.com/opencontainers/runc

Expand Down

0 comments on commit fc5759c

Please sign in to comment.