We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e417ec commit a288342Copy full SHA for a288342
.travis.yml
@@ -124,3 +124,15 @@ jobs:
124
edge: true
125
# Run `semantic-release`
126
script: 'npx [email protected]'
127
+
128
+# Notification options: `always`, `never` or `change`
129
+notifications:
130
+ webhooks:
131
+ if: 'repo = saltstack-formulas/nginx-formula'
132
+ urls:
133
+ - https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=saltstack-formulas%2Fnginx-formula&ignore_pull_requests=true
134
+ on_success: always # default: always
135
+ on_failure: always # default: always
136
+ on_start: always # default: never
137
+ on_cancel: always # default: always
138
+ on_error: always # default: always
0 commit comments