summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6dba4a3c98569ebebb5dcf9d589e51f49711840a (plain)
1
2
3
4
5
6
7
8
language: go
go:
    - "1.x"
    - master
script:
    - go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
    - bash <(curl -s https://codecov.io/bash)