From faaacecc4d71067ee8c733dbda70fb222355f7b4 Mon Sep 17 00:00:00 2001 From: sonodtt <33834914+sonodtt@users.noreply.github.com> Date: Tue, 8 May 2018 17:25:14 +0100 Subject: [PATCH] Add dashboard webhooks to travis The dashboard is going to be updated to use webhooks. This commit enables travis webhooks for firebase. --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6987a0b55d..7225e86db5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 +