diff options
author | Ask Solem <ask@celeryproject.org> | 2016-04-08 16:29:45 -0700 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2016-04-08 16:29:45 -0700 |
commit | 706146627e236c19f56ca426e48a64b66bb95798 (patch) | |
tree | 8f5cb06cde33eeeec3a2987788f8f294d9457b80 /.travis.yml | |
parent | a25b77756c649b592b71e8e16825c35f5a762841 (diff) | |
download | kombu-706146627e236c19f56ca426e48a64b66bb95798.tar.gz |
[Travis] now sends notification to #celery freenode
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 67bc505c..e14560bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |