We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 225cc7d + 7792c23 commit 13c6dcdCopy full SHA for 13c6dcd
1 file changed
.travis.yml
@@ -14,7 +14,6 @@ go:
14
- "1.12.x"
15
16
env:
17
- - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
18
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1
19
20
matrix:
@@ -23,6 +22,8 @@ matrix:
23
22
env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
24
- os: linux
25
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
+ - os: linux
26
+ env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
27
28
go_import_path: github.com/containerd/containerd
29
0 commit comments