mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 22:44:32 +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 ..
|
- cmake $CMAKE_OPTIONS ..
|
||||||
- make -j 2
|
- make -j 2
|
||||||
|
|
||||||
#notifications:
|
notifications:
|
||||||
# irc:
|
irc:
|
||||||
# channels:
|
channels:
|
||||||
# - "irc.esper.net#bitblot"
|
- "irc.esper.net#bitblot"
|
||||||
# skip_join: true
|
skip_join: true
|
||||||
# use_notice: true
|
use_notice: true
|
||||||
# template:
|
template:
|
||||||
# #- "[%{commit}: %{author}] %{message}"
|
#- "[%{commit}: %{author}] %{message}"
|
||||||
# #- "%{build_url}"
|
#- "%{build_url}"
|
||||||
# - "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
|
- "[%{repository_slug}#%{branch} @%{commit}] (%{author}): %{message}"
|
||||||
# - "Diff: %{compare_url}"
|
- "Diff: %{compare_url}"
|
||||||
# - "Build: %{build_url}"
|
- "Build: %{build_url}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue