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
|
sudo: false
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- ppc64le
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.9.x"
|
- "1.9.x"
|
||||||
|
@ -9,6 +13,13 @@ matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- 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:
|
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).
|
- # 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:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user