summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-07-26 22:06:26 +0200
committerFerenc Kovacs <tyrael@php.net>2015-07-26 22:06:26 +0200
commitdaa0abaf77d9be8c2a8af1c9f6d29b749802f2e1 (patch)
tree7e3f92d4a4dde7bf2d5da319afeadc28e4a9e1e7
parent34b624f122dd7b0ef31707532cb11cfc2bdf50f7 (diff)
downloadphp-git-daa0abaf77d9be8c2a8af1c9f6d29b749802f2e1.tar.gz
make the travis irc notification a oneliner
-rw-r--r--.travis.yml2
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