Skip to content

Commit 7cffd70

Browse files
committed
ci(travis): add notifications => zulip [skip ci]
* Automated using myii/ssf-formula#191
1 parent 7e66b8d commit 7cffd70

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,15 @@ jobs:
8383
edge: true
8484
# Run `semantic-release`
8585
script: 'npx [email protected]'
86+
87+
# Notification options: `always`, `never` or `change`
88+
notifications:
89+
webhooks:
90+
if: 'repo = saltstack-formulas/syslog-ng-formula'
91+
urls:
92+
- https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=saltstack-formulas%2Fsyslog-ng-formula&ignore_pull_requests=true
93+
on_success: always # default: always
94+
on_failure: always # default: always
95+
on_start: always # default: never
96+
on_cancel: always # default: always
97+
on_error: always # default: always

0 commit comments

Comments
 (0)