]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Customize Travis notifications.
authorDaira Hopwood <daira@jacaranda.org>
Sun, 1 Sep 2013 01:49:03 +0000 (02:49 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Sun, 1 Sep 2013 01:49:03 +0000 (02:49 +0100)
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
.travis.yml

index e5539f3491328029d0467096ce6c0eda4d68d25d..10faa0f20448c0bcd69a1b4cab316deda37566af 100644 (file)
@@ -7,3 +7,14 @@ before_install:
 install: true
 before_script: python misc/build_helpers/show-tool-versions.py
 script: python setup.py test --reporter=timing
+notifications:
+  email: false
+  irc:
+    channels: "chat.freenode.net#tahoe-lafs"
+    on_success: always # for testing
+    on_failure: always
+    template:
+      - "%{repository}#%{build_number} [%{branch}: %{commit} by %{author}] %{message}"
+      - "Changes: %{compare_url} | Details: %{build_url}"
+    use_notice: true
+    skip_join: true