Browse Source

Update Travis IRC notification format

Hamilton Turner 11 years ago
parent
commit
c715161989
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -184,5 +184,10 @@ notifications:
   irc:
     channels:
       - "chat.freenode.net#techempower-fwbm"
+    template:
+      - "%{repository_slug} branch '%{branch}' %{result} (%{author})"
+      - "Build %{build_number} took %{duration}. See %{build_url}"
     on_success: always
     on_failure: always
+    skip_join: true
+