From ffb63c8f694227fe92146e1e2c9f2aa44bf3127f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 25 Feb 2018 05:54:33 +0000 Subject: [PATCH] Adjusted IRC message from Travis. Signed-off-by: Natalia Portillo --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91e9ad3..618f61b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,8 @@ notifications: channels: - "chat.freenode.net#varcem" template: - - "%{repository}/%{branch} (%{commit} - %{author}): %{message}" + - "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}." + - "Commit changes: {commit_subject}" + - "Details on %{build_url}, changes on %{compare_url}" # End of file.