From 829ea23d3431164ff3d2061ba2bfd9e387d6dd7a Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Sun, 5 Apr 2015 22:54:30 +0200 Subject: [PATCH] add travis failure/recover notification for our irc room --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 19ecff50f69..8d5a8152e91 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