;travis: disable travis notifications to #hledger

[ci skip]
This commit is contained in:
Simon Michael 2020-02-29 13:30:15 -08:00
parent e33aa56d43
commit c29b0c060d

View File

@ -170,37 +170,38 @@ script: # command output is not hidden
# # - hpc-coveralls count-von-count-tests --exclude-dir=tests --exclude-dir=src/Gyrid --display-report # # - hpc-coveralls count-von-count-tests --exclude-dir=tests --exclude-dir=src/Gyrid --display-report
notifications: notifications:
irc: # don't need this one, skylink webhook covers it
channels: # irc:
- "chat.freenode.net#hledger" # channels:
on_success: change # [always|never|change] default: always # - "chat.freenode.net#hledger-bots"
on_failure: change # default: always # on_success: change # [always|never|change] default: always
use_notice: true # on_failure: change # default: always
skip_join: true # use_notice: true
# If you enable skip_join, remember to remove the NO_EXTERNAL_MSGS flag (n) on the IRC channel(s) the bot notifies. # skip_join: true
template: # # If you enable skip_join, remember to remove the NO_EXTERNAL_MSGS flag (n) on the IRC channel(s) the bot notifies.
- "%{commit}: %{message} %{build_url}" # template:
# - "%{repository_name} (%{commit}) : %{message} %{build_url}" # - "%{commit}: %{message} %{build_url}"
# You can interpolate the following variables: # # - "%{repository_name} (%{commit}) : %{message} %{build_url}"
# repository_slug: your GitHub repo identifier (like svenfuchs/minimal) # # You can interpolate the following variables:
# repository_name: the slug without the username # # repository_slug: your GitHub repo identifier (like svenfuchs/minimal)
# repository: same as repository_slug [Deprecated] # # repository_name: the slug without the username
# build_number: build number # # repository: same as repository_slug [Deprecated]
# build_id: build id # # build_number: build number
# branch: branch build name # # build_id: build id
# commit: shortened commit SHA # # branch: branch build name
# author: commit author name # # commit: shortened commit SHA
# commit_message: commit message of build # # author: commit author name
# commit_subject: first line of the commit message # # commit_message: commit message of build
# result: result of build # # commit_subject: first line of the commit message
# message: travis message to the build # # result: result of build
# duration: duration of the build # # message: travis message to the build
# compare_url: commit change view URL # # duration: duration of the build
# build_url: URL of the build detail # # compare_url: commit change view URL
# The default template is: # # build_url: URL of the build detail
# - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" # # The default template is:
# - "Change view : %{compare_url}" # # - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
# - "Build details : %{build_url}" # # - "Change view : %{compare_url}"
# # - "Build details : %{build_url}"
# email: # false # email: # false
# recipients: # recipients: