From 2d45a33475bd2e622ed48ac651e2b67f1eceff53 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sun, 21 Jun 2015 17:15:37 -0500 Subject: [PATCH] Adding webhook to notify the Gitter chat channel on build failures --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index fbc19fa..32bb75b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,11 @@ script: after_script: - php vendor/bin/coveralls + +notifications: + webhooks: + urls: + - 'https://webhooks.gitter.im/e/f3356db3405001e47b5e' + on_success: change + on_failure: always + on_start: false