diff --git a/.travis.yml b/.travis.yml index 43098d18b..6eda6e736 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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