mirror of
https://github.com/monero-project/monero
synced 2024-11-01 06:09:34 +01:00
Re-enable Travis IRC notifications
This commit is contained in:
parent
9c71b9e9ce
commit
d1dc2c31c7
21
.travis.yml
21
.travis.yml
@ -105,14 +105,13 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- make -j2 && HAVE_DOT=YES doxygen Doxyfile
|
- make -j2 && HAVE_DOT=YES doxygen Doxyfile
|
||||||
|
|
||||||
|
notifications:
|
||||||
#notifications:
|
email: false
|
||||||
# email: false
|
irc:
|
||||||
# irc:
|
on_success: change
|
||||||
# on_success: change
|
on_failure: change
|
||||||
# on_failure: change
|
channels:
|
||||||
# channels:
|
- "chat.freenode.net#monero-dev"
|
||||||
# - "chat.freenode.net#monero-dev"
|
nick: monero
|
||||||
# nick: monero
|
template:
|
||||||
# template:
|
- "%{result} | %{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}"
|
||||||
# - "%{result} | %{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user