From 7a94d6775da65a7020b63ae64c6836d3ef583c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Tue, 15 Apr 2014 22:25:22 +0200 Subject: [PATCH] switch travis to IRC notifications instead of email --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b66fb2f..4e107f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,7 @@ language: node_js node_js: - "0.10" install: "npm -g install jshint" -script: "jshint js/*" \ No newline at end of file +script: "jshint js/*" +notifications: + email: false + irc: "chat.freenode.net#glowing-bear"