We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23faecf + 04b7f1b commit b4dce14Copy full SHA for b4dce14
1 file changed
.travis.yml
@@ -8,22 +8,15 @@ language: go
8
9
os:
10
- linux
11
-- linux-ppc64le
12
13
go:
14
- "1.12.x"
15
16
env:
+ - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
17
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1
18
-
19
-matrix:
20
- include:
21
- - os: linux
22
- env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
23
24
- env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
25
26
- env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
+ - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
+ - TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
27
28
go_import_path: github.com/containerd/containerd
29
0 commit comments