Re-add travis' notifications.
This commit is contained in:
parent
e0953798e4
commit
ee59c2be97
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue