pull/673/merge
Eshant Gupta 2020-11-06 12:47:30 +00:00 committed by GitHub
commit 3fad482d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,8 @@
sudo: false
arch:
- amd64
- ppc64le
language: go
go:
- "1.9.x"
@ -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: