Add go 1.12 to travis config

This commit is contained in:
Weilin Shi 2019-02-28 10:37:10 +08:00
parent e6742d643f
commit 7909ea661c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic