mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-26 00:23:00 +08:00
15 lines
No EOL
213 B
YAML
15 lines
No EOL
213 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 |