[chore] 删除.travis.yml

pull/130/head
q191201771 3 years ago
parent f8f3f64c54
commit 571ccafbc2

@ -1,35 +0,0 @@
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 # sometimes fail in TravisCI with unknown reason
arch: amd64
go: 1.13.x
script:
- ./build.sh && ./test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
Loading…
Cancel
Save