Skip to content

Commit 7792c23

Browse files
committed
Limit default matrix to runc v2 runtime
Explicitly add runc v1 runtime test on Linux Signed-off-by: Derek McGowan <[email protected]>
1 parent 7fddefc commit 7792c23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ go:
1414
- "1.12.x"
1515

1616
env:
17-
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
1817
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1
1918

2019
matrix:
@@ -23,6 +22,8 @@ matrix:
2322
env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
2423
- os: linux
2524
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
25+
- os: linux
26+
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
2627

2728
go_import_path: github.com/containerd/containerd
2829

0 commit comments

Comments
 (0)