Add golang 1.11 to travis config
This commit is contained in:
parent
56e03474ba
commit
e6742d643f
|
@ -4,6 +4,7 @@ go:
|
|||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
|
||||
script:
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||
|
|
Reference in New Issue