From accf5af1430f48317440943cb114808194b92927 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Sat, 2 Apr 2016 19:41:46 +0200 Subject: add notifications for travis builds diff --git a/.travis.yml b/.travis.yml index e4734d6..8f40b00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,15 @@ perl: - "5.12" - "5.10" - "5.8" + +notifications: + irc: + channels: + - "chat.freenode.net#Monitoring-Plugins" + on_success: change + on_failure: always + skip_join: true + email: + - team@monitoring-plugins.org + + -- cgit v0.10-9-g596f