From 7a263d87de6584fd5f129308b96e46ceba12c9dc Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 4 May 2014 11:43:29 +0200 Subject: [PATCH] * Remove Travis CI notification hook for IRC * Add Travis CI notification hook for gitter.im --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f39d073..657519b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,10 @@ php: notifications: email: false - irc: "irc.freenode.org#phpunit" + webhooks: + urls: + - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960 + on_success: always + on_failure: always + on_start: false