Update .travis.yml

This commit is contained in:
Sun Yimin 2021-12-31 10:44:04 +08:00 committed by GitHub
parent 461d00c366
commit fa0206e30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ install:
- go mod download
script:
- go build ./...
- go test -v ./...
after_success: