Re-add travis' notifications.

This commit is contained in:
pentarctagon 2018-03-29 02:10:50 -05:00 committed by Jyrki Vesterinen
parent e0953798e4
commit ee59c2be97

View file

@ -42,3 +42,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