Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
sudo: false
arch:
- amd64
- ppc64le

language: go
go:
- "1.9.x"
Expand All @@ -9,6 +13,13 @@ matrix:
fast_finish: true
allow_failures:
- go: tip
exclude:
# race and msan are unsupported on 1.9.x and 1.10.x for PPC64LE
- arch: ppc64le
go: "1.9.x"
- arch: ppc64le
go: "1.10.x"

install:
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
script:
Expand Down