ci(travis): add notifications => zulip [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/191
This commit is contained in:
Imran Iqbal 2020-05-21 20:07:35 +01:00
parent ae777b4035
commit 3ae2959f13

View File

@ -122,3 +122,15 @@ jobs:
edge: true
# Run `semantic-release`
script: 'npx semantic-release@15.14'
# Notification options: `always`, `never` or `change`
notifications:
webhooks:
if: 'repo = saltstack-formulas/keepalived-formula'
urls:
- https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=saltstack-formulas%2Fkeepalived-formula&ignore_pull_requests=true
on_success: always # default: always
on_failure: always # default: always
on_start: always # default: never
on_cancel: always # default: always
on_error: always # default: always