diff --git a/.travis.yml b/.travis.yml index ac8c76fb..e13c4dd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,6 @@ install: - if [[ $PYMONGO != 'dev' ]]; then pip install pymongo==$PYMONGO --use-mirrors; true; fi - python setup.py install script: - - python setup.py test \ No newline at end of file + - python setup.py test +notifications: + irc: "irc.freenode.org#mongoengine" \ No newline at end of file