From 24a1c875f67b866d7a10236ea6f3bbf5690811fb Mon Sep 17 00:00:00 2001 From: maedoc Date: Thu, 4 Feb 2016 00:45:00 +0100 Subject: [PATCH] notify gitter on travis build failures --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1b3f05d..90b852c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,10 @@ script: # - cd python && make test && cd .. after_success: - coveralls --gcov-options '-o ./ src/*.c' +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/6be8df01a63d92f7ba79 + on_success: change + on_failure: always + on_start: never -- 2.11.4.GIT