mirror of https://github.com/celery/kombu.git
[Travis] now sends notification to #celery freenode
This commit is contained in:
parent
a25b77756c
commit
706146627e
|
@ -21,3 +21,9 @@ before_install:
|
||||||
script: tox -v -e $TRAVIS_PYTHON_VERSION -- -v
|
script: tox -v -e $TRAVIS_PYTHON_VERSION -- -v
|
||||||
after_success:
|
after_success:
|
||||||
- .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
|
- .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#celery"
|
||||||
|
on_success: change
|
||||||
|
on_failure: change
|
||||||
|
|
Loading…
Reference in New Issue