We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2533b3a commit b64b1c2Copy full SHA for b64b1c2
.travis.yml
@@ -121,3 +121,15 @@ jobs:
121
edge: true
122
# Run `semantic-release`
123
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