We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98319a commit 81d3677Copy full SHA for 81d3677
.travis.yml
@@ -117,3 +117,15 @@ jobs:
117
edge: true
118
# Run `semantic-release`
119
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