commit 2d66c9a3c9414e99d3f8249161828bb9bdcb68ad Author: Isis Lovecruft isis@torproject.org Date: Tue Nov 19 04:34:48 2013 +0000
Make the IRC Travis CI bot a bit less noisy. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 7a47b36..5955a13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,11 @@ notifications: - "irc.oftc.net#tor-bots" on_success: always on_failure: always - use_notice: true + #use_notice: true + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" + #- "Change view : %{compare_url}" + - "Build details : %{build_url}" email: recipients: - isis@torproject.org
tor-commits@lists.torproject.org