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

reduce travis nag

This commit is contained in:
Craig Peterson
2017-03-14 00:47:55 -07:00
parent b79717e8a4
commit cda33f0463

View File

@ -8,3 +8,8 @@ install: pwd
script: script:
- go run build/validate/validate.go - go run build/validate/validate.go
- go test ./... - go test ./...
notifications:
email:
on_success: never # default: change
on_failure: always # default: always