mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
21 lines
No EOL
367 B
YAML
21 lines
No EOL
367 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.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 |