From 83dec3c1d6f8678d0196daafea4e2ef2d9aa7814 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 30 Jan 2018 16:23:21 +0000 Subject: [PATCH] add irc notifications --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f918535d..99074862 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,8 @@ script: perl Build.PL && PERL_MM_USE_DEFAULT=1 ./Build installdeps --cpan_client 'cpanm --quiet --notest' && ./Build test --test_files t/ --test_files xt/ -#notifications: -# irc: -# on_success: always -# channels: -# - 'chat.freenode.net#netdisco' +notifications: + irc: + on_success: always + channels: + - 'chat.freenode.net#netdisco'