summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-07-26 22:07:07 +0200
committerFerenc Kovacs <tyrael@php.net>2015-07-26 22:07:07 +0200
commit4cf9011c626e8920beed95bab49284de13dc4459 (patch)
tree1c4d05401715b42ad0bb2c18f5c8e3118de70d09
parentf5bef4058cb0ec8ae817a9b249a2b355fb3286fc (diff)
parente4153e9144d442540e35fc48fa4e394623a238af (diff)
downloadphp-git-4cf9011c626e8920beed95bab49284de13dc4459.tar.gz
Merge branch 'PHP-5.6'
* PHP-5.6: 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 94056f4ca9..1a19af009b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,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