Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix irc notification for build failure/recover
pull/1260/head
Ferenc Kovacs 11 years ago
parent
commit
f5c8a79fa5
  1. 6
      .travis.yml

6
.travis.yml

@ -5,9 +5,9 @@ notifications:
on_failure: change
irc:
channels:
- "irc.paraphysics.net#php.pecl"
on_success: [change]
on_failure: [always]
- "irc.efnet.org#php.pecl"
on_success: change
on_failure: always
cache:
- apt

Loading…
Cancel
Save