Explorar o código

improve travis notifications on IRC

Julius Pfrommer %!s(int64=8) %!d(string=hai) anos
pai
achega
81e598c4a2
Modificáronse 1 ficheiros con 7 adicións e 3 borrados
  1. 7 3
      .travis.yml

+ 7 - 3
.travis.yml

@@ -130,6 +130,10 @@ deploy:
     condition: $CC = gcc && $ANALYZE = false
 
 notifications:
-  irc: "chat.freenode.net#open62541"
-  on_success: ${IRC_NOTIFY_SUCCESS} # default: change, variable defined in ./tools/travis/travis_notification.sh
-  on_failure: ${IRC_NOTIFY_FAILURE} # default: always, variable defined in ./tools/travis/travis_notification.sh
+  irc:
+    channels:
+        - "chat.freenode.net#open62541"
+    on_success: ${IRC_NOTIFY_SUCCESS} # default: change, variable defined in ./tools/travis/travis_notification.sh
+    on_failure: ${IRC_NOTIFY_FAILURE} # default: always, variable defined in ./tools/travis/travis_notification.sh
+    use_notice: true
+    skip_join: true