From 28da981adddfebc5f5bf0de263765be32dbb6994 Mon Sep 17 00:00:00 2001 From: miigotu Date: Thu, 18 Oct 2018 17:36:43 -0700 Subject: [PATCH] Add gitter webhook to travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 780e759b75..2174af8305 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,3 +51,9 @@ notifications: email: on_success: change on_failure: change + webhooks: + urls: + - "https://webhooks.gitter.im/e/a5955679aa0a8ab5d1b7" + on_success: change + on_failure: change + on_start: never