travis: add IRC notification
This commit is contained in:
parent
9e7dc175a4
commit
9c8c20341f
|
@ -13,3 +13,11 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "python setup.py test"
|
- "python setup.py test"
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- chat.freenode.net#m-labs
|
||||||
|
template:
|
||||||
|
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
||||||
|
- "Build details : %{build_url}"
|
||||||
|
|
Loading…
Reference in New Issue