From 3a3ad4775b0dc59b25d8907ca648080db676ac6f Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 10 Nov 2014 08:16:00 +1100 Subject: [PATCH] add gitter webhook to travis --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 91957ec7d3..89cdbcd33a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,11 @@ branches: before_script: "npm install -g codeclimate-test-reporter" script: "make test-travis" + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/acf1870e9d223c65e8d5 + on_success: change + on_failure: always + on_start: false