Skip to content

Commit

Permalink
Limit default matrix to runc v2 runtime
Browse files Browse the repository at this point in the history
Explicitly add runc v1 runtime test on Linux

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
  • Loading branch information
dmcgowan committed Aug 6, 2019
1 parent 7fddefc commit 7792c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,6 @@ go:
- "1.12.x"

env:
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1

matrix:
Expand All @@ -23,6 +22,8 @@ matrix:
env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
- os: linux
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
- os: linux
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1

go_import_path: github.com/containerd/containerd

Expand Down

0 comments on commit 7792c23

Please sign in to comment.