Bug 1076810 - enable #releng irc notifications from travis-ci for mozharness,r=armenzg
authorPeter Moore <pmoore@mozilla.com>
Thu, 20 Nov 2014 15:37:25 +0100 (2014-11-20)
changeset 3400 26784cfb53ee7dd0061c7cab127efe370a79ff46
parent 3397 187d3e64f28f900c07243f08cacb4db29ee9cc46
child 3401 440a04fe7168475198020869591c8617d829590c
child 3402 2fdc1c6ae231e845e16f44a0e73c1c080b32e0e6
push id2627
push userpmoore@mozilla.com
push dateThu, 20 Nov 2014 14:38:00 +0000 (2014-11-20)
reviewersarmenzg
bugs1076810
Bug 1076810 - enable #releng irc notifications from travis-ci for mozharness,r=armenzg
.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,15 @@ python:
   - "2.7"
 
 install:
   - "pip install -e .[test]"
   - "pip freeze"
 
 script:
   - bash ./run_travis_tests.sh
+
+# currently cannot customise per user fork, see:
+# https://github.com/travis-ci/travis-ci/issues/1094
+notifications:
+  irc: "irc.mozilla.org#releng"
+  on_success: always
+  on_failure: always