diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-17 00:00:53 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-17 00:00:53 +0100 |
commit | 8e5db4d52e2da1495d9891a80283c619b5582dce (patch) | |
tree | 3549145a79d2e4ba894379e9cf9667e593d71431 /.travis.yml | |
parent | fadd0d110c8415e733fe3a18764e07f8b2eadd75 (diff) | |
download | sbotools-8e5db4d52e2da1495d9891a80283c619b5582dce.tar.xz |
Reenable irc notifications
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fb825b2..b373f65 100644 --- 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" |