2019-03-26 21:50:42 +00:00
|
|
|
language: go
|
|
|
|
go:
|
2020-05-04 16:39:08 +00:00
|
|
|
- tip
|
|
|
|
- 1.12.x
|
|
|
|
- 1.11.x
|
|
|
|
- 1.10.x
|
2019-03-26 21:50:42 +00:00
|
|
|
|
|
|
|
script:
|
2020-05-04 16:39:08 +00:00
|
|
|
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
2019-03-26 21:50:42 +00:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|
2020-05-04 16:39:08 +00:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|