blob: 78a90e7b5c26733c433b22ff5e81eab9fdf338d0 [file] [log] [blame] [edit]
language: go
go:
- 1.12
- 1.13
- 1.14
os:
- linux
- windows
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)