summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Nierlein <sven@nierlein.de>2016-04-02 17:41:46 (GMT)
committerSven Nierlein <sven@nierlein.de>2016-04-02 17:41:46 (GMT)
commitaccf5af1430f48317440943cb114808194b92927 (patch)
treeccb9af35c10187749358c058716a661e33e06ed4
parent2068f7aac7cf142452576ad44da423166c0605c1 (diff)
downloadmonitoring-plugin-perl-accf5af.tar.gz
add notifications for travis builds
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e4734d6..8f40b00 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,3 +8,15 @@ perl:
8 - "5.12" 8 - "5.12"
9 - "5.10" 9 - "5.10"
10 - "5.8" 10 - "5.8"
11
12notifications:
13 irc:
14 channels:
15 - "chat.freenode.net#Monitoring-Plugins"
16 on_success: change
17 on_failure: always
18 skip_join: true
19 email:
20 - team@monitoring-plugins.org
21
22