mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 04:36:19 +08:00
recover the travis.yml
This commit is contained in:
parent
b63ffce09e
commit
62f67bf54c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user