Skip to content

Commit 785955c

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

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
@@ -113,3 +113,15 @@ jobs:
113113
edge: true
114114
# Run `semantic-release`
115115
script: 'npx semantic-release@15.14'
116+
117+
# Notification options: `always`, `never` or `change`
118+
notifications:
119+
webhooks:
120+
if: 'repo = saltstack-formulas/consul-formula'
121+
urls:
122+
- https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=saltstack-formulas%2Fconsul-formula&ignore_pull_requests=true
123+
on_success: always # default: always
124+
on_failure: always # default: always
125+
on_start: always # default: never
126+
on_cancel: always # default: always
127+
on_error: always # default: always

0 commit comments

Comments
 (0)