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 1/2] 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" From 0f5879502b6cab62f570a4020bcd17bc2d574e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 21 Apr 2014 17:45:42 +0200 Subject: [PATCH 2/2] travis: send a notice, don't join the channel --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e107f7..3a5aa48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,7 @@ install: "npm -g install jshint" script: "jshint js/*" notifications: email: false - irc: "chat.freenode.net#glowing-bear" + irc: + channels: "chat.freenode.net#glowing-bear" + use_notice: true + skip_join: true