From a74a606b9cd47fbfd9e69f35b7f3eeac0e202b48 Mon Sep 17 00:00:00 2001 From: "Konstantin Sharlaimov (DigitalEntity)" Date: Mon, 15 Aug 2016 01:12:34 +1000 Subject: [PATCH] Enable Gitter notifications for Travis CI --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index f69849003e..95f575ed0b 100755 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,9 @@ cache: apt notifications: email: false + webhooks: + urls: + - https://webhooks.gitter.im/e/34e795df229478ac3a3b + on_success: change + on_failure: always + on_start: never \ No newline at end of file