recover the travis.yml

This commit is contained in:
emmansun 2022-01-02 21:36:26 +08:00
parent b63ffce09e
commit 62f67bf54c

View File

@ -1,14 +1,14 @@
language: go
go:
# - "1.15.x"
# - "1.16.x"
- "1.15.x"
- "1.16.x"
- "1.17.x"
jobs:
include:
# - arch: ppc64le
# go: 1.17.x
- arch: ppc64le
go: 1.17.x
- arch: arm64-graviton2
virt: vm
os: linux
@ -21,7 +21,6 @@ install:
- go mod download
script:
- go build ./...
- go test -v ./...
after_success: