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