Skip to content

Commit

Permalink
travis: add IRC notification
Browse files Browse the repository at this point in the history
sbourdeauducq committed Apr 14, 2015

Unverified

This user has not yet uploaded their public signing key.
1 parent 9e7dc17 commit 9c8c203
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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}"

0 comments on commit 9c8c203

Please sign in to comment.