We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d02fdf commit 785955cCopy full SHA for 785955c
.travis.yml
@@ -113,3 +113,15 @@ jobs:
113
edge: true
114
# Run `semantic-release`
115
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