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

travis ci

This commit is contained in:
hslam 2020-11-29 05:11:55 +08:00
parent 15e5b8b4fb
commit da2bc2bd36

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)