[monitoring-plugins] travis-ci: Enable IRC notification

Jan Wagner git at monitoring-plugins.org
Sat Feb 15 21:10:07 CET 2014


 Module: monitoring-plugins
 Branch: master
 Commit: dedc7289dad9356a83c1c22d01c433215539578d
 Author: Jan Wagner <waja at cyconet.org>
   Date: Sat Feb 15 20:07:07 2014 +0100
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=dedc728

travis-ci: Enable IRC notification

---

 .travis.yml | 9 +++++++--
 1 file 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:
 
 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



More information about the Commits mailing list