mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Adding irc notifications to travis config
This commit is contained in:
parent
af7241af16
commit
40b192d149
1 changed files with 9 additions and 0 deletions
|
@ -31,3 +31,12 @@ script:
|
|||
- ./test/utils/run_tests.sh
|
||||
after_success:
|
||||
- coveralls
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#ansible-notices"
|
||||
on_success: change
|
||||
on_failure: always
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
nick: ansibletravis
|
||||
|
|
Loading…
Reference in a new issue