From bb10af64c0a251072e16c37699c345d0627db434 Mon Sep 17 00:00:00 2001 From: scrawl Date: Tue, 21 Oct 2014 16:12:33 +0200 Subject: [PATCH] Revert "Disable travis IRC spam until the OSX build is fixed" This reverts commit 841d52f1f78fe78b5b5c56c4985c3b25b4d55660. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index f3e7e17605..c35d292019 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,9 @@ notifications: email: on_success: change on_failure: always + irc: + channels: + - "chat.freenode.net#openmw" + on_success: change + on_failure: always + use_notice: true