[beast] TRAVIS: notify IRC about build success



commit f193d8df210c3bd50c67fa6812e96ad5c2f1dd37
Author: Tim Janik <timj gnu org>
Date:   Fri Apr 1 10:16:32 2016 +0200

    TRAVIS: notify IRC about build success
    
    Signed-off-by: Tim Janik <timj gnu org>

 .travis.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index 2c5be84..73adcc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,11 +68,11 @@ notifications:
   irc:
     channels:
       - "irc.gimp.org#beast"
-    on_success: change # always / never / change
-    on_failure: change # always / never / change
+    on_success: always
+    on_failure: always
     skip_join: true
   email: false
     #recipients:
     #  - beast gnome org
-    #on_success: change
+    #on_success: never
     #on_failure: change


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]