From e4dabe525ce1317d6685fea42ffd5f1e1c032668 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 28 Dec 2018 18:34:29 +0000 Subject: [PATCH] Always notify from Travis to IRC and email on any code commit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9740aefa..af946ef6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: | ND_PHANTOMJS=/usr/bin/phantomjs ./Build test --test_files xt/ notifications: irc: - on_success: change + on_success: always on_failure: always channels: - 'chat.freenode.net#netdisco'