From caccef3714f1bfbac8c17f4ae3f4357ce1f9abcf Mon Sep 17 00:00:00 2001 From: filux Date: Mon, 18 Jan 2016 23:53:19 +0100 Subject: [PATCH] let's try less verbose (and '1 line') travis message [ci skip] --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b526d9ac6..986336c63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,6 +71,7 @@ script: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then mk/linux/build-mg.sh -c 4; fi - if [ "$TRAVIS_OS_NAME" = "osx" ]; then mk/macosx/build-mg.sh -c 4; fi +# https://docs.travis-ci.com/user/notifications/#IRC-notification notifications: irc: channels: @@ -79,8 +80,7 @@ notifications: use_notice: true on_success: change template: - #- "[%{commit}: %{author}] %{message}" - #- "%{build_url}" - - "[%{repository}#%{branch} @%{commit}] %{author}): %{message}" - - "Diff: %{compare_url}" - - "Build: %{build_url}" + #- "[%{repository_slug}#%{branch} @%{commit}] %{author}): %{message}" + #- "Diff: %{compare_url}" + #- "Build: %{build_url}" + - "[%{repository_name}#%{branch}@%{commit}] %{author}: %{message} %{build_url}"