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