Merge pull request #636 from skeuomorf/notifications

Add irc notifications by travis
This commit is contained in:
Adrian Sampson 2014-04-01 11:01:01 -07:00
commit 0118ef336d

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