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