From 324b58188561dbff012695c5c05ffa6b9b8570bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 18 Jun 2016 18:46:13 +0200 Subject: [PATCH] setup irc notifications MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cc3685..20e208a 100755 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,6 @@ cache: after_success: - mvn clean test jacoco:report coveralls:report +# see https://docs.travis-ci.com/user/notifications/#IRC-notification notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/c514bdbeffe2e43eadb5 - on_success: always # options: [always|never|change] default: always - on_failure: always # options: [always|never|change] default: always - on_start: always # options: [always|never|change] default: always + irc: "chat.freenode.net#metio.wtf" -- 2.11.4.GIT