Skip to content

Commit b4dce14

Browse files
authored
Merge pull request #3510 from dmcgowan/remove-ppc64le
Remove ppc64le from travis
2 parents 23faecf + 04b7f1b commit b4dce14

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,15 @@ language: go
88

99
os:
1010
- linux
11-
- linux-ppc64le
1211

1312
go:
1413
- "1.12.x"
1514

1615
env:
16+
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
1717
- 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-
- os: linux
24-
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
18+
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
19+
- TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
2720

2821
go_import_path: github.com/containerd/containerd
2922

0 commit comments

Comments
 (0)