change the build ci / test

This commit is contained in:
谢小军
2019-12-31 15:50:25 +08:00
parent a0aaddb366
commit 617b01e600
2 changed files with 12 additions and 3 deletions

View File

@@ -1,4 +1,15 @@
language: go
go:
- 1.13.x
- master
- master
go_import_path: github.com/xxjwxc/gormt
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)