From 63a53b4e02e3bd46da1ef08b2c7082df746e3bef Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 29 Jan 2018 21:10:40 +0000 Subject: [PATCH] notify on IRC --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 716ad786..3030209e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,8 @@ script: | ./Build && \ PERL_MM_USE_DEFAULT=1 ./Build installdeps --cpan_client 'cpanm --quiet --notest' && \ ND_PHANTOMJS=/usr/bin/phantomjs ./Build test --test_files xt/ +notifications: + irc: + on_success: always + channels: + - 'chat.freenode.net#netdisco'