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