Have Travis ping #musicbrainz-devel with test results.

Per discussion in pull request #173:
https://github.com/musicbrainz/picard/pull/173

Documentation for further tweaks:
http://about.travis-ci.org/docs/user/notifications/
This commit is contained in:
Frederik "Freso" S. Olesen
2013-11-01 20:44:13 +01:00
parent d4ba356845
commit a5df10243c

View File

@@ -28,3 +28,6 @@ install:
- python setup.py build_locales -i
# Run the tests!
script: "python setup.py test"
# Tell people that tests were run
notifications:
irc: "chat.freenode.net#musicbrainz-devel"