Bug 1151706 - Make travis IRC notifications easier to read. r=coop
authorJustin Wood <Callek@gmail.com>
Mon, 06 Apr 2015 22:58:58 -0400 (2015-04-07)
changeset 12141 9103dc2b82aee5e7cf02282f8b5576c4ed969484
parent 12140 6882eafccffc34ff69a459f30a712ce9344adcf2
child 12142 f414f97c22bb373fa497f4b7e8ea0480239cb3d1
push id8785
push userCallek@gmail.com
push dateTue, 07 Apr 2015 23:55:29 +0000 (2015-04-07)
reviewerscoop
bugs1151706
Bug 1151706 - Make travis IRC notifications easier to read. r=coop
.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,12 +32,12 @@ script:
 # please comment out this section in your personal fork!
 notifications:
   irc:
     channels:
       - "irc.mozilla.org#releng"
     on_success: always
     on_failure: always
     template:
-      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
-      - "Change view : %{compare_url}"
-      - "Build details : %{build_url}"
-      - "Commit message : %{commit_message}"
+      - "\x02%{repository}\x0314#%{build_number}\x03\x02 (%{branch} - %{commit} : %{author}): \x02\x0312%{message}\x02\x03"
+      - "\x02Change view\x02 : \x0314%{compare_url}\x03"
+      - "\x02Build details\x02 : \x0314%{build_url}\x03"
+      - "\x02Commit message\x02 : \x0314%{commit_message}\x03"