Add irc notifications by travis

This commit is contained in:
Mohammed Attia 2014-04-01 08:18:05 +02:00
parent 8d196a8c01
commit 0ef5ce2847

View file

@ -24,3 +24,10 @@ before_script:
- "[[ $TRAVIS_PYTHON_VERSION == '2.7' ]] && pip install coveralls || true"
after_success:
- "[[ $TRAVIS_PYTHON_VERSION == '2.7' ]] && coveralls || true"
notifications:
irc:
channels:
- "irc.freenode.org#beets"
use_notice: true
skip_join: true