Blob


1 language: go
3 go:
4 - 1.7
6 script:
7 - go test -coverprofile=coverage.txt -covermode=atomic -race
9 # CODECOV_TOKEN set in travisCI ENV
10 after_success:
11 - bash <(curl -s https://codecov.io/bash)