From e7a3be1870977e62fb9e6cde3c941a53f3274204 Mon Sep 17 00:00:00 2001 From: redtide Date: Wed, 6 May 2020 18:48:36 +0200 Subject: [PATCH] Make build messages less verbose on Discord --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb54e11d..2a86048e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -192,5 +192,5 @@ notifications: template: - "[%{repository_name}:%{branch}] Build #%{build_number}: %{message}" - "%{author} : %{commit_subject}" - - "Commit URL : https://github.com/%{repository_slug}/commit/%{commit}" - - "Build Details : %{build_url}" + - "Commit URL : " + - "Build Details : <%{build_url}>"