2017-05-05 16:38:16 -05:00
|
|
|
language: go
|
|
|
|
go:
|
2019-07-05 06:39:11 -05:00
|
|
|
- tip
|
2019-11-13 22:51:44 -06:00
|
|
|
- 1.13.x
|
2019-07-05 06:39:11 -05:00
|
|
|
- 1.12.x
|
|
|
|
- 1.11.x
|
2018-08-29 12:34:52 -05:00
|
|
|
- 1.10.x
|
2017-05-05 16:38:16 -05:00
|
|
|
|
|
|
|
script:
|
2019-07-05 06:39:11 -05:00
|
|
|
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
2017-05-05 16:38:16 -05:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|
2019-07-05 06:39:11 -05:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|