Skip to content

Commit 81d3677

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

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

0 commit comments

Comments
 (0)