dip/vendor/github.com/likexian/whois-parser-go/.travis.yml
2019-12-22 18:20:45 +01:00

8 lines
163 B
YAML

language: go
script:
- go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)