diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 11:48:31 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 11:48:31 +0100 |
commit | 9ed85c12c31dde9c06a1d5c6cf0cd47b3047840e (patch) | |
tree | a1a4bea7b53b69269d3d353386d9932f15f8cae3 /.travis.yml | |
parent | 470bf3fd85ab8f11b28f3956571f53c4e62d56de (diff) | |
download | sbotools-9ed85c12c31dde9c06a1d5c6cf0cd47b3047840e.tar.xz |
Add back irc notifications to .travis.yml
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" |