diff --git a/.travis.yml b/.travis.yml index 147cd13fe..ede4b132b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,8 @@ script: - python travis/run-tests.py "$DF_FOLDER" notifications: email: false - # irc: - # channels: - # - "chat.freenode.net#dfhack" - # on_success: change - # on_failure: always + irc: + channels: + - "chat.freenode.net#dfhack" + on_success: change + on_failure: always