移除 travis.yml

This commit is contained in:
YDZ
2019-08-10 14:51:34 +08:00
parent bd582ec48f
commit 2f1f4b17aa

View File

@@ -1,18 +0,0 @@
language: go
go:
- master
# whitelist
branches:
only:
- master
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)