diff options
author | Jan Wagner <waja@cyconet.org> | 2014-02-15 19:07:07 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-02-15 19:59:09 (GMT) |
commit | dedc7289dad9356a83c1c22d01c433215539578d (patch) | |
tree | 386682637794c63294f905347f0221a44e0acbc4 | |
parent | 0966dcc6f7297d5df7e2bcfc7a9128b16fb70151 (diff) | |
download | monitoring-plugins-dedc7289dad9356a83c1c22d01c433215539578d.tar.gz |
travis-ci: Enable IRC notification
-rw-r--r-- | .travis.yml | 9 |
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 | ||
8 | script: | 8 | script: |
9 | - tools/setup && ./configure && make | 9 | - tools/setup && ./configure && make |
10 | 10 | notifications: | |
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 |