This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
2017-09-19 06:12:03 +01:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2017-10-22 05:11:06 +01:00
|
|
|
- 1.8.x
|
|
|
|
- 1.9.x
|
2018-02-23 02:07:13 +00:00
|
|
|
- 1.10.x
|
2019-02-03 04:00:59 +00:00
|
|
|
- 1.11.x
|
2017-09-19 12:17:25 +01:00
|
|
|
|
2017-09-20 02:03:13 +01:00
|
|
|
script:
|
2017-09-23 05:50:37 +01:00
|
|
|
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
2017-09-20 02:03:13 +01:00
|
|
|
|
2017-09-19 12:17:25 +01:00
|
|
|
after_success:
|
2017-09-29 03:06:34 +01:00
|
|
|
- bash <(curl -s https://codecov.io/bash)
|
2017-10-22 05:11:06 +01:00
|
|
|
|
2017-09-29 03:06:34 +01:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: never
|