2019-03-27 16:45:23 +05:30
|
|
|
language: go
|
2020-05-10 15:53:17 +05:30
|
|
|
|
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
- windows
|
|
|
|
|
2019-03-27 16:45:23 +05:30
|
|
|
go:
|
2020-05-10 15:53:17 +05:30
|
|
|
- tip
|
|
|
|
- 1.12
|
|
|
|
- 1.11
|
|
|
|
|
|
|
|
script:
|
|
|
|
- GO111MODULE=on go test -v -coverprofile=coverage.txt -covermode=atomic ./...
|
|
|
|
|
|
|
|
after_success: bash <(curl -s https://codecov.io/bash)
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|