Create .travis.yml

This commit is contained in:
谢小军
2020-05-28 21:49:52 +08:00
parent d8b1d56e92
commit 220916d5ff

15
.travis.yml Normal file
View 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)