From a5df10243cae3be51186ad68f6333056c4e7f890 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Fri, 1 Nov 2013 20:44:13 +0100 Subject: [PATCH] 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/ --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 299fda1ff..0acc755a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"