Skip to content

Commit e1a46c1

Browse files
authored
Update .travis.yml
Exclude go-1.8.x/ppc64le build (no arch support).
1 parent 7f55763 commit e1a46c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ go:
77
- 1.8.x
88
- 1.11.x
99
- master
10+
11+
jobs:
12+
exclude:
13+
- arch: ppc64le
14+
go: 1.8.x
1015

1116
install:
1217
- go get -t -v ./...

0 commit comments

Comments
 (0)