Add Golang v1.13 test in travis config
This commit is contained in:
parent
b6f150856e
commit
6905bb1079
|
@ -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
|
||||||
|
|
Reference in New Issue