mirror of
https://github.com/hslam/msg.git
synced 2025-04-26 13:49:22 +08:00
travis ci
This commit is contained in:
parent
b7d033e21f
commit
62bd3d60b1
12
.travis.yml
Normal file
12
.travis.yml
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user