diff --git a/.travis.yml b/.travis.yml index ee05dfc936df..19771df76a03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,3 +14,9 @@ install: - python setup.py install script: bash travis.sh + +notifications: + irc: + channels: + - "chat.freenode.net##mypy" + use_notice: true