[Travis] now sends notification to #celery freenode

This commit is contained in:
Ask Solem 2016-04-08 16:29:45 -07:00
parent a25b77756c
commit 706146627e
1 changed files with 6 additions and 0 deletions

View File

@ -21,3 +21,9 @@ before_install:
script: tox -v -e $TRAVIS_PYTHON_VERSION -- -v
after_success:
- .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
notifications:
irc:
channels:
- "chat.freenode.net#celery"
on_success: change
on_failure: change