From c7c9166813d685ea2f20575b6d6be48ced5c5a03 Mon Sep 17 00:00:00 2001 From: pentarctagon Date: Thu, 29 Mar 2018 02:10:50 -0500 Subject: [PATCH] Re-add travis' notifications. --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index a750376895e3..028bdc3dda11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,3 +44,14 @@ install: script: - ./utils/travis/steps/script.sh + +notifications: + email: false + irc: + channels: + - "chat.freenode.net#wesnoth-dev" + template: + - "\x02%{repository}\x0f#\x0312%{build_number}\x0f (\x0307%{branch}\x0f - \x02%{commit}\x0f : \x0303%{author}\x0f): \x02%{message}\x0f" + - "Build details : \x0302%{build_url}\x0f" + on_success: change + on_failure: always