diff options
author | Pablo Barciela <[email protected]> | 2020-04-18 00:29:03 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-18 00:29:03 +0200 |
commit | ccf964fc061d69059cfb7dc58be1858b9583256a (patch) | |
tree | 399907e436e6422cb38b3e06797f4c831a6a7f17 | |
parent | 7544b888780db92d897a12a2af019a2928dd4e41 (diff) | |
download | engrampa-ccf964fc061d69059cfb7dc58be1858b9583256a.tar.bz2 engrampa-ccf964fc061d69059cfb7dc58be1858b9583256a.tar.xz |
Travis CI: notifications: add branch name
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |