From daa0abaf77d9be8c2a8af1c9f6d29b749802f2e1 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Sun, 26 Jul 2015 22:06:26 +0200 Subject: make the travis irc notification a oneliner --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0bb77b99a4..090f6cd2bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ notifications: email: on_failure: change irc: + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : %{compare_url} - Build details : %{build_url}" channels: - "irc.efnet.org#php.pecl" on_success: change -- cgit v1.2.1