update test file
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -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)
|
||||
@@ -1,5 +1,6 @@
|
||||
[](https://travis-ci.org/xxjwxc/gormt)
|
||||
[](https://goreportcard.com/report/github.com/xxjwxc/gormt)
|
||||
[](https://codecov.io/gh/xxjwxc/gormt)
|
||||
|
||||
# [gormt](https://github.com/xxjwxc/gormt)
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user