From 1640e778483d9ab09127b8e542b4e67a2d8dbda9 Mon Sep 17 00:00:00 2001 From: Gavin Bisesi Date: Mon, 17 Nov 2014 11:29:20 -0500 Subject: [PATCH] Notify gitter about build changes --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 28eee8f1..dfceb213 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,10 @@ compiler: script: ./travis-compile.sh install: ./travis-dependencies.sh cache: apt +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/d94969c3b01b22cbdcb7 + on_success: change + on_failure: change + on_start: false