From: Daira Hopwood <daira@jacaranda.org>
Date: Sun, 1 Sep 2013 01:49:03 +0000 (+0100)
Subject: Customize Travis notifications.
X-Git-Tag: allmydata-tahoe-1.10.1a1~218
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/simplejson/statistics?a=commitdiff_plain;h=ec48bcf1fa653642f216ecf6f4870e96688c4aca;p=tahoe-lafs%2Ftahoe-lafs.git

Customize Travis notifications.

Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
---

diff --git a/.travis.yml b/.travis.yml
index e5539f34..10faa0f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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