diff --git a/.travis.yml b/.travis.yml index bb0b0d8ff..8c1bb1a9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,11 @@ install: script: - "python setup.py test" + +notifications: + irc: + channels: + - chat.freenode.net#m-labs + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" + - "Build details : %{build_url}"