dnscrypt-proxy/vendor/github.com/miekg/dns/.travis.yml

17 lines
235 B
YAML
Raw Normal View History

language: go
sudo: false
2018-11-15 13:38:08 +01:00
go:
- 1.11.x
- 1.12.x
- tip
2019-09-07 11:04:40 +02:00
env:
- GO111MODULE=on
script:
2018-11-15 13:38:08 +01:00
- go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)