mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Re-enable Travis IRC notifications
This commit is contained in:
parent
9c71b9e9ce
commit
d1dc2c31c7
1 changed files with 10 additions and 11 deletions
21
.travis.yml
21
.travis.yml
|
@ -105,14 +105,13 @@ matrix:
|
|||
script:
|
||||
- make -j2 && HAVE_DOT=YES doxygen Doxyfile
|
||||
|
||||
|
||||
#notifications:
|
||||
# email: false
|
||||
# irc:
|
||||
# on_success: change
|
||||
# on_failure: change
|
||||
# channels:
|
||||
# - "chat.freenode.net#monero-dev"
|
||||
# nick: monero
|
||||
# template:
|
||||
# - "%{result} | %{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}"
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
on_success: change
|
||||
on_failure: change
|
||||
channels:
|
||||
- "chat.freenode.net#monero-dev"
|
||||
nick: monero
|
||||
template:
|
||||
- "%{result} | %{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}"
|
||||
|
|
Loading…
Reference in a new issue