Merge pull request #2222 from cyphar/update-travis

travis: update configuration
This commit is contained in:
Michael Crosby 2020-03-06 10:55:04 -05:00 committed by GitHub
commit fc5759cf4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,19 +1,22 @@
dist: bionic dist: bionic
language: go language: go
go: go:
- 1.11.x
- 1.12.x - 1.12.x
- 1.13.x
- 1.x
- tip - tip
matrix: matrix:
include: include:
- go: 1.12.x - go: 1.12.x
name: "cgroup-systemd"
env: env:
- RUNC_USE_SYSTEMD=1 - RUNC_USE_SYSTEMD=1
script: script:
- make BUILDTAGS="${BUILDTAGS}" all - make BUILDTAGS="${BUILDTAGS}" all
- sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1 - sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1
- go: 1.12.x - go: 1.12.x
name: "cgroup-v2"
env: env:
- VIRTUALBOX_VERSION=6.0 - VIRTUALBOX_VERSION=6.0
- VAGRANT_VERSION=2.2.6 - VAGRANT_VERSION=2.2.6
@ -29,6 +32,7 @@ matrix:
- ssh default sudo podman run --privileged --cgroupns=private test make localunittest - ssh default sudo podman run --privileged --cgroupns=private test make localunittest
allow_failures: allow_failures:
- go: tip - go: tip
- name: "cgroup-v2"
go_import_path: github.com/opencontainers/runc go_import_path: github.com/opencontainers/runc