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