mirror of
https://github.com/xxjwxc/ginrpc.git
synced 2025-09-27 03:26:05 +08:00
Create .travis.yml
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.13.x
|
||||||
|
- master
|
||||||
|
|
||||||
|
go_import_path: github.com/xxjwxc/ginrpc
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- go get -t -v ./...
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
Reference in New Issue
Block a user