open-consul/vendor/github.com/miekg/dns/.travis.yml

17 lines
235 B
YAML
Raw Normal View History

2019-03-26 21:50:42 +00:00
language: go
sudo: false
go:
- 1.11.x
- 1.12.x
2019-03-26 21:50:42 +00:00
- tip
env:
- GO111MODULE=on
2019-03-26 21:50:42 +00:00
script:
- go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)