Blob


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