From ccf964fc061d69059cfb7dc58be1858b9583256a Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 18 Apr 2020 00:29:03 +0200 Subject: Travis CI: notifications: add branch name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c0c3088..105a79f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ notifications: - "irc.freenode.org#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - - "%{commit} %{message} %{build_url}" + - "[%{branch}] %{commit} %{message} %{build_url}" on_success: never on_failure: always -- cgit v1.2.1