From c419c891967c2a80c902232b8fceab7b605fc443 Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Tue, 19 Mar 2019 22:21:45 +0000 Subject: [PATCH] Add author to travis for slack --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 20a5edce..75d0478e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,5 @@ notifications: template: - "Repo `%{repository_slug}` *%{result}* build (<%{build_url}|#%{build_number}>) for commit (<%{compare_url}|%{commit}>) on branch `%{branch}`." - "Execution time: *%{duration}*" - - "Message: %{message}" \ No newline at end of file + - "Message: %{message}" + - "By: %{author}"