1
0
mirror of https://github.com/hslam/msg.git synced 2025-04-26 13:49:22 +08:00

travis ci

This commit is contained in:
hslam 2020-11-28 02:10:01 +08:00
parent b7d033e21f
commit 62bd3d60b1

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: go
os:
- linux
go:
- 1.13
install:
- go get -t -v -d ./...
script:
- go test -v .
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)