Prechádzať zdrojové kódy

Update Travis IRC notification format

Hamilton Turner 11 rokov pred
rodič
commit
c715161989
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  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
+