Disable notifications.

This commit is contained in:
Guillaume P 2014-04-10 08:02:51 +02:00
parent f42e4203cd
commit b0c130017a

View File

@ -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}"