1
0
Fork 0
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:
James Cammarata 2016-03-06 09:04:24 -05:00
parent af7241af16
commit 40b192d149

View file

@ -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