Skip to content

Commit 9c8c203

Browse files
committedApr 14, 2015
travis: add IRC notification
1 parent 9e7dc17 commit 9c8c203

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

Diff for: ‎.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ install:
1313

1414
script:
1515
- "python setup.py test"
16+
17+
notifications:
18+
irc:
19+
channels:
20+
- chat.freenode.net#m-labs
21+
template:
22+
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
23+
- "Build details : %{build_url}"

0 commit comments

Comments
 (0)
Please sign in to comment.