1
0
mirror of https://github.com/hslam/ipc.git synced 2025-05-11 19:29:30 +08:00
hslam_ipc/.travis.yml
2020-11-29 05:11:55 +08:00

12 lines
221 B
YAML

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)