summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2014-02-15 19:07:07 (GMT)
committerJan Wagner <waja@cyconet.org>2014-02-15 19:59:09 (GMT)
commitdedc7289dad9356a83c1c22d01c433215539578d (patch)
tree386682637794c63294f905347f0221a44e0acbc4
parent0966dcc6f7297d5df7e2bcfc7a9128b16fb70151 (diff)
downloadmonitoring-plugins-dedc728.tar.gz
travis-ci: Enable IRC notification
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0fa652f..b2db346 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,11 @@ install:
7 7
8script: 8script:
9 - tools/setup && ./configure && make 9 - tools/setup && ./configure && make
10 10notifications:
11#notifications: 11 irc:
12 channels:
13 - "chat.freenode.net#Monitoring-Plugins"
14 on_success: change
15 on_failure: always
16 skip_join: true
12# email: false 17# email: false