From 91c58a77a1b5d2a9d87c12aa3127bc348237fedd Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 26 Jan 2016 21:49:20 +0100 Subject: [PATCH] added Gitter to Travis --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2b75fc43..629bec87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,3 +57,11 @@ script: - make CXX=$COMPILER CXXFLAGS="-lstdc++" - ./json_unit "*" - valgrind --error-exitcode=1 --leak-check=full ./json_unit + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/f1196addb0e97a5ff396 + on_success: change + on_failure: always + on_start: never