Skip to content

Commit faaacec

Browse files
authored
Add dashboard webhooks to travis
The dashboard is going to be updated to use webhooks. This commit enables travis webhooks for firebase.
1 parent 7b0673e commit faaacec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,14 @@ script:
286286

287287
before_cache:
288288
- ccache -s
289+
290+
notifications:
291+
webhooks:
292+
urls:
293+
- http://dashboard.diffblue.com/api/travis-webhooks
294+
on_success: always
295+
on_failure: always
296+
on_start: never
297+
on_cancel: never
298+
on_error: always
299+

0 commit comments

Comments
 (0)