From 40b192d149295653cd7d64796b2dc9241bdfc0fe Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Sun, 6 Mar 2016 09:04:24 -0500 Subject: [PATCH] Adding irc notifications to travis config --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 35ff691f40..df224937cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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