Update .travis.yml

This commit is contained in:
bjdgyc
2021-02-02 20:34:22 +08:00
committed by GitHub
parent c02ffc27c0
commit 62f30c05ff

View File

@@ -2,11 +2,14 @@ language: go
go: go:
- 1.15 - 1.15
- tip
os:
- centos before_install:
- go get -t -v ./...
script: >-
go test -v ./... script:
go build ./... - go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)