diff options
author | Jan Wagner <waja@cyconet.org> | 2014-02-15 20:07:07 +0100 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-02-15 20:59:09 +0100 |
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 0fa652fc..b2db346c 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 |