From 85cfaa6dbd761037bc939ecee21e037613f0cb11 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 26 Mar 2016 11:27:59 -0400 Subject: [PATCH] Enable IRC notifications for build failures --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index be9862cd7..0044516ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,3 +42,8 @@ script: - make -j3 notifications: email: false + irc: + channels: + - "chat.freenode.net#dfhack" + on_success: change + on_failure: always