Parcourir la source

Merge pull request #268 from dsander/better-notifications

Changed the notification format
Andrew Cantino il y a 11 ans
Parent
commit
304bfbe22b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -17,6 +17,6 @@ notifications:
     channels:
     channels:
       - "chat.freenode.net#huginn"
       - "chat.freenode.net#huginn"
     template:
     template:
-      - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
+      - "<%{author}> %{branch} - %{commit} (%{commit_message}): %{message}"
       - "Change view : %{compare_url}"
       - "Change view : %{compare_url}"
       - "Build details : %{build_url}"
       - "Build details : %{build_url}"