From 923102230b02db4bd9c216a9694da5a822369caa Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Wed, 8 Apr 2015 19:00:03 +0200 Subject: fix irc notification for build failure/recover --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8d5a8152e9..0bb77b99a4 100644 --- a/.travis.yml +++ b/.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 -- cgit v1.2.1