Skip to content

Commit b64b1c2

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,15 @@ jobs:
121121
edge: true
122122
# Run `semantic-release`
123123
script: 'npx [email protected]'
124+
125+
# Notification options: `always`, `never` or `change`
126+
notifications:
127+
webhooks:
128+
if: 'repo = saltstack-formulas/php-formula'
129+
urls:
130+
- https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=saltstack-formulas%2Fphp-formula&ignore_pull_requests=true
131+
on_success: always # default: always
132+
on_failure: always # default: always
133+
on_start: always # default: never
134+
on_cancel: always # default: always
135+
on_error: always # default: always

0 commit comments

Comments
 (0)