From 20cbbe58fefeb3cbb9faec329ba5a8b0478b3047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sun, 15 Jun 2014 17:37:09 +0200 Subject: [PATCH] Use a slightly less verbose template --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5b632614..04c19d88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ notifications: irc: channels: - "irc.freenode.net#irssi" + template: + - "%{repository} (%{commit}: %{author}): %{message}" + - "Build details : %{build_url}" on_success: always on_failure: always use_notice: true