diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-07-26 22:06:26 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-07-26 22:06:26 +0200 |
commit | daa0abaf77d9be8c2a8af1c9f6d29b749802f2e1 (patch) | |
tree | 7e3f92d4a4dde7bf2d5da319afeadc28e4a9e1e7 /.travis.yml | |
parent | 34b624f122dd7b0ef31707532cb11cfc2bdf50f7 (diff) | |
download | php-git-daa0abaf77d9be8c2a8af1c9f6d29b749802f2e1.tar.gz |
make the travis irc notification a oneliner
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |