dip/vendor/github.com/likexian/whois-parser-go/.travis.yml

8 lines
163 B
YAML
Raw Normal View History

2019-12-22 18:20:45 +01:00
language: go
script:
- go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)