mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
let's try less verbose (and '1 line') travis message [ci skip]
This commit is contained in:
10
.travis.yml
10
.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" = "linux" ]; then mk/linux/build-mg.sh -c 4; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then mk/macosx/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:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
@@ -79,8 +80,7 @@ notifications:
|
|||||||
use_notice: true
|
use_notice: true
|
||||||
on_success: change
|
on_success: change
|
||||||
template:
|
template:
|
||||||
#- "[%{commit}: %{author}] %{message}"
|
#- "[%{repository_slug}#%{branch} @%{commit}] %{author}): %{message}"
|
||||||
#- "%{build_url}"
|
#- "Diff: %{compare_url}"
|
||||||
- "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
|
#- "Build: %{build_url}"
|
||||||
- "Diff: %{compare_url}"
|
- "[%{repository_name}#%{branch}@%{commit}] %{author}: %{message} %{build_url}"
|
||||||
- "Build: %{build_url}"
|
|
||||||
|
Reference in New Issue
Block a user