Disable notifications.
This commit is contained in:
parent
f42e4203cd
commit
b0c130017a
24
.travis.yml
24
.travis.yml
@ -21,15 +21,15 @@ script:
|
||||
- cd build
|
||||
- cmake .. -DCMAKE_BUILD_TYPE=Debug
|
||||
- make VERBOSE=1 -j 4
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#stk"
|
||||
skip_join: false
|
||||
use_notice: true
|
||||
template:
|
||||
#- "[%{commit}: %{author}] %{message}"
|
||||
#- "%{build_url}"
|
||||
- "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
|
||||
- "Diff: %{compare_url}"
|
||||
- "Build: %{build_url}"
|
||||
# notifications:
|
||||
# irc:
|
||||
# channels:
|
||||
# - "irc.freenode.org#stk"
|
||||
# skip_join: false
|
||||
# use_notice: true
|
||||
# template:
|
||||
# #- "[%{commit}: %{author}] %{message}"
|
||||
# #- "%{build_url}"
|
||||
# - "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
|
||||
# - "Diff: %{compare_url}"
|
||||
# - "Build: %{build_url}"
|
||||
|
Loading…
Reference in New Issue
Block a user