1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

21 lines
367 B
YAML
Raw Normal View History

2017-01-11 12:54:56 -07:00
language: go
go:
2017-03-12 16:36:37 -07:00
- 1.8.x
2017-01-12 07:24:26 -07:00
2017-01-12 07:27:43 -07:00
install: pwd
2017-01-12 07:24:26 -07:00
script:
2017-03-12 16:41:11 -07:00
- go run build/validate/validate.go
2017-03-14 00:47:55 -07:00
- go test ./...
notifications:
email:
on_success: never # default: change
2017-03-14 16:57:59 -07:00
on_failure: always # default: always
webhooks:
urls:
- https://webhooks.gitter.im/e/4f27a4a85d6f4475be19
on_success: always
on_failure: always
on_start: always