Add dashboard webhooks to travis

The dashboard is going to be updated to use webhooks. This commit enables travis webhooks for firebase.
This commit is contained in:
sonodtt 2018-05-08 17:25:14 +01:00 committed by GitHub
parent 7b0673e654
commit faaacecc4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -286,3 +286,14 @@ script:
before_cache:
- ccache -s
notifications:
webhooks:
urls:
- http://dashboard.diffblue.com/api/travis-webhooks
on_success: always
on_failure: always
on_start: never
on_cancel: never
on_error: always