mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Adding PPC64LE architecture
This commit is contained in:
parent
abb995c466
commit
b52712a5b9
11
.travis.yml
11
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user