Add travis setup for IRC notifications
This commit is contained in:
parent
6e988782da
commit
99289ef8d2
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@ after_success:
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#imag"
|
||||||
|
template:
|
||||||
|
- "%{repository_name} (%{branch} @ %{commit} by %{author}): %{result}"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Reference in a new issue