Add Golang v1.13 test in travis config

This commit is contained in:
Weilin Shi 2019-09-05 16:51:23 +08:00
parent b6f150856e
commit 6905bb1079
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ go:
- 1.8.x - 1.8.x
- 1.10.x - 1.10.x
- 1.12.x - 1.12.x
- 1.13.x
script: script:
- go test -race -coverprofile=coverage.txt -covermode=atomic - go test -race -coverprofile=coverage.txt -covermode=atomic