Add golang 1.11 to travis config

This commit is contained in:
Weilin Shi 2019-02-03 12:00:59 +08:00
parent 56e03474ba
commit e6742d643f
1 changed files with 1 additions and 0 deletions

View File

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