ci: travis: tweak the IRC notification message template to our needs
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 17 May 2018 13:36:04 +0000 (15:36 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 1 Jun 2018 01:51:28 +0000 (10:51 +0900)
I wanted to have the commit subject in it. This could be further changed
if needed.

https://docs.travis-ci.com/user/notifications/#Configuring-IRC-notifications

.travis.yml

index 57cd6ea..dfe16b8 100644 (file)
@@ -75,3 +75,8 @@ notifications:
       - "chat.freenode.net#edevelop"
     on_success: change
     on_failure: always
+    template:
+      - "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message}"
+      - "Commit: %{commit_subject} (%{commit}) from %{author}"
+      - "Change view : %{compare_url}"
+      - "Build details : %{build_url}"