gopher/.travis.yml

9 lines
167 B
YAML
Raw Normal View History

2016-09-14 07:24:12 +00:00
language: go
sudo: false
go:
- tip
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)