From 27b71c2e2ad9b45f83d1a5cb2aafd6b0b0939512 Mon Sep 17 00:00:00 2001 From: Luca Greco Date: Mon, 14 Nov 2016 22:34:17 +0100 Subject: [PATCH] fix: reduced travis irc message verbosity. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1f1b2ea..53fce10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,6 @@ notifications: - irc.mozilla.org#webextensions on_success: change on_failure: always + use_notice: true + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (%{build_url})"