dnscontrol/.travis.yml
Tom Limoncelli 1097c96fcc
New Provider: GANDI-LIVEDNS (API v5) (#320)
* Add gandi LiveDNS api provider
* vendor testify and gandi live DNS
* govendor update github.com/prasmussen/gandi-api/{client,live_dns}
* Fix Gandi-livedns TXT unit test
* TravisCI should use go 1.10
2018-02-24 13:40:18 -05:00

22 lines
369 B
YAML

language: go
go:
- 1.10.x
install: pwd
script:
- go run build/validate/validate.go
- go test ./...
notifications:
email:
on_success: never # default: change
on_failure: always # default: always
webhooks:
urls:
- https://webhooks.gitter.im/e/4f27a4a85d6f4475be19
on_success: always
on_failure: always
on_start: always