Ver Fonte

travis-ci: set proper email notification options

Victor Seva há 10 anos atrás
pai
commit
04999c90b0
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -19,4 +19,7 @@ notifications:
     on_success: never
     on_failure: always
   email:
-    - [email protected]
+    recipients:
+      - [email protected]
+    on_success: never
+    on_failure: always