tools: travis: enable IRC notifications via skyline bot

Courtesy of Daniel Lamando and the Stardust project.
This commit is contained in:
Simon Michael 2017-12-30 13:49:49 -08:00
parent 448934d146
commit a42b614885

View File

@ -200,3 +200,12 @@ notifications:
# - other@example.com # - other@example.com
# on_success: [always|never|change] # default: change # on_success: [always|never|change] # default: change
# on_failure: [always|never|change] # default: always # on_failure: [always|never|change] # default: always
webhooks:
urls:
- "https://ingest.devmode.cloud/hooks/travisci?channel=%23hledger-bots"
# on_success: change # default: always
# on_failure: always # default: always
# on_start: change # default: never
# on_cancel: always # default: always
# on_error: always # default: always