messages:

- [test] ci: 逐个指定任务
pull/200/head
q191201771 4 years ago
parent 65fc38b9ee
commit 2818320ee4

@ -1,22 +1,32 @@
language: go
jobs:
include:
- os: linux # default
arch: amd64
go: master
- os: linux
arch: arm64 # arch
go: master
- os: linux
arch: ppc64le # arch
go: master
- os: linux
arch: s390x # arch
go: master
- os: linux
arch: amd64
go: 1.13.x # go version
- os: osx # os
arch: amd64
go: master
- os: windows # os
arch: amd64
go: 1.13.x
allow_failures:
- os: windows
os:
- linux
- osx
arch:
- amd64
- arm64
- ppc64le
- s390x
go:
- 1.13.x
- master
- os: windows # sometimes fail in TravisCI with unknown reason
arch: amd64
go: 1.13.x
script:
- ./build.sh && ./test.sh

Loading…
Cancel
Save