From afc7b0fac740877154de2898b1de48ee647fe9d0 Mon Sep 17 00:00:00 2001 From: Jake Date: Sun, 2 Nov 2014 10:37:50 -0600 Subject: [PATCH] Make Travis less spammy --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8866134..0695e16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,5 @@ notifications: irc: "irc.esper.net#spongy" services: - redis-server -script: "mocha" \ No newline at end of file +script: "mocha" +skip_join: true \ No newline at end of file