From b89536af2b2b92d0a49aa3462659af2516a61685 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 31 May 2016 14:53:37 +0200 Subject: [PATCH] fix(ci): Update notification settings --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b1c5b95..f3618a71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ script: make notifications: irc: channels: - - "irc.freenode.org#lemonbuddy" - on_success: always - on_failure: always + - "irc.freenode.net#lemonbuddy" + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" use_notice: true skip_join: true