diff options
-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 |