commit 9ed85c12c31dde9c06a1d5c6cf0cd47b3047840e
parent 470bf3fd85ab8f11b28f3956571f53c4e62d56de
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Tue, 15 Dec 2015 11:48:31 +0100
Add back irc notifications to .travis.yml
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -11,3 +11,5 @@ install:
- sudo bash t/travis-deps/install.sh
- cpanm Text::Diff Capture::Tiny Test::Output
script: bash -c 'PROVE=`which prove`; sudo $PROVE -v t/*.t'
+notifications:
+ irc: "chat.freenode.net#sbotools"