From 6f78288da1fdffc74a085dafe7700f7b2b2bb2e7 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Wed, 19 Nov 2014 17:05:52 +0100 Subject: [PATCH] Enable Travis IRC notifications --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9cd28ce..0cff069 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,8 @@ script: - py.test notifications: email: false + irc: + channels: + - 'chat.freenode.net#indico' + use_notice: true + skip_join: true