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 7e66b8d commit 7cffd70Copy full SHA for 7cffd70
.travis.yml
@@ -83,3 +83,15 @@ jobs:
83
edge: true
84
# Run `semantic-release`
85
script: 'npx [email protected]'
86
+
87
+# Notification options: `always`, `never` or `change`
88
+notifications:
89
+ webhooks:
90
+ if: 'repo = saltstack-formulas/syslog-ng-formula'
91
+ urls:
92
+ - https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=saltstack-formulas%2Fsyslog-ng-formula&ignore_pull_requests=true
93
+ on_success: always # default: always
94
+ on_failure: always # default: always
95
+ on_start: always # default: never
96
+ on_cancel: always # default: always
97
+ on_error: always # default: always
0 commit comments