diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-16 22:23:47 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-16 22:23:47 +0100 |
commit | e37231f1888b5b42ceaec39224aa1c36ae99e3b4 (patch) | |
tree | 7a05f61b067f161e225f2e739b487ec8e95f2903 /.travis.yml | |
parent | 17c4a32303616d0a4e49f898d88ad286783599ea (diff) | |
download | sbotools-e37231f1888b5b42ceaec39224aa1c36ae99e3b4.tar.xz |
Temporarily disable irc notifications
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b373f65..fb825b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,3 @@ 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" |