travis: add IRC notification

This commit is contained in:
Sebastien Bourdeauducq 2015-04-14 23:30:52 +08:00
parent 9e7dc175a4
commit 9c8c20341f
1 changed files with 8 additions and 0 deletions

View File

@ -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}"