From c9596d4f15f03f6b3b587b988bab251a6f754771 Mon Sep 17 00:00:00 2001 From: DamonHD Date: Sat, 1 Apr 2017 10:33:24 +0100 Subject: [PATCH] Attempting IRC notification of build status change... --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d95f84..5204e5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,8 @@ notifications: - ci@opentrv.uk on_success: change on_failure: always + irc: "irc.z.je#opentrv" + on_success: change + on_failure: change +