travis: add IRC notification
authorSebastien Bourdeauducq <sb@m-labs.hk>
Tue, 14 Apr 2015 15:30:52 +0000 (23:30 +0800)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Tue, 14 Apr 2015 15:30:52 +0000 (23:30 +0800)
.travis.yml

index bb0b0d8ff85222025878a32d3d73b00ca9b240da..8c1bb1a9aec928f1a6d06b50012ea6cf53541bc1 100644 (file)
@@ -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}"