From dedc7289dad9356a83c1c22d01c433215539578d Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 15 Feb 2014 20:07:07 +0100 Subject: travis-ci: Enable IRC notification diff --git a/.travis.yml b/.travis.yml index 0fa652f..b2db346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,11 @@ install: script: - tools/setup && ./configure && make - -#notifications: +notifications: + irc: + channels: + - "chat.freenode.net#Monitoring-Plugins" + on_success: change + on_failure: always + skip_join: true # email: false -- cgit v0.10-9-g596f