dnscontrol/vendor/github.com/vultr/govultr/.travis.yml
Tom Limoncelli 16d0043cce
Switch from govendor to go modules. (#587)
Thanks to @BenoitKnecht for leading the way on this.
2020-01-18 14:40:28 -05:00

16 lines
221 B
YAML

language: go
go:
- 1.12.x
- 1.13.x
- tip
matrix:
allow_failures:
- go: tip
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)