mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
enable IRC notifications
This commit is contained in:
parent
648b7acfaa
commit
1e341052e0
1 changed files with 12 additions and 12 deletions
24
.travis.yml
24
.travis.yml
|
@ -37,15 +37,15 @@ script:
|
|||
- cmake $CMAKE_OPTIONS ..
|
||||
- make -j 2
|
||||
|
||||
#notifications:
|
||||
# irc:
|
||||
# channels:
|
||||
# - "irc.esper.net#bitblot"
|
||||
# skip_join: true
|
||||
# use_notice: true
|
||||
# template:
|
||||
# #- "[%{commit}: %{author}] %{message}"
|
||||
# #- "%{build_url}"
|
||||
# - "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
|
||||
# - "Diff: %{compare_url}"
|
||||
# - "Build: %{build_url}"
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.esper.net#bitblot"
|
||||
skip_join: true
|
||||
use_notice: true
|
||||
template:
|
||||
#- "[%{commit}: %{author}] %{message}"
|
||||
#- "%{build_url}"
|
||||
- "[%{repository_slug}#%{branch} @%{commit}] (%{author}): %{message}"
|
||||
- "Diff: %{compare_url}"
|
||||
- "Build: %{build_url}"
|
||||
|
|
Loading…
Reference in a new issue