Turn on IRC notification when Travis build status changes

This commit is contained in:
Stein Magnus Jodal 2012-09-25 15:49:00 +02:00
parent 12d6ce53dd
commit b913dc4873

View File

@ -10,3 +10,10 @@ before_script:
- "rm $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt" - "rm $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt"
script: nosetests script: nosetests
notifications:
irc:
channels:
- "irc.freenode.org#mopidy"
on_success: change
on_failure: change