diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-04-05 22:54:57 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-04-05 22:54:57 +0200 |
commit | e78552f3aa958e56239bd01d298be376c7c67f19 (patch) | |
tree | c7a96ab2b843687cfd480204a718fed626728133 /.travis.yml | |
parent | c585b4845c55d299d566de71ecd7126f31ae8e16 (diff) | |
parent | 829ea23d3431164ff3d2061ba2bfd9e387d6dd7a (diff) | |
download | php-git-e78552f3aa958e56239bd01d298be376c7c67f19.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
add travis failure/recover notification for our irc room
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 20d5b1d4a1..e436da5a97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ language: c notifications: email: on_failure: change + irc: + channels: + - "irc.paraphysics.net#php.pecl" + on_success: [change] + on_failure: [always] cache: - apt |