remove travis ci and trigger sm3/4 ni CI

This commit is contained in:
Sun Yimin 2023-11-09 11:17:05 +08:00 committed by GitHub
parent b1b7095ce9
commit e8bbfaa5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +0,0 @@
language: go
jobs:
include:
- arch: arm64-graviton2
virt: vm
os: linux
dist: focal
go: 1.16.x
group: edge
install:
- go mod tidy
- go mod download
script:
- go test -v -short ./...
#after_success:
# - go test -v -short -bench . -run=^$ ./...