You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2021/12/10 09:30:51 UTC

[rocketmq] branch master updated: Update .travis.yml

This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/master by this push:
     new e24794d  Update .travis.yml
e24794d is described below

commit e24794da71beef185221220ba817e9b4aafbf8f2
Author: von gosling <vo...@apache.org>
AuthorDate: Fri Dec 10 17:30:37 2021 +0800

    Update .travis.yml
    
    Depracated MODERATE noisy mail for dev@rocketmq.apache.org. Still Failing: apache/rocketmq#5670 (5.0.0-alpha-static-topic - 5ebc327) @dongeforever
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index bcf058c..5eddb42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,10 @@ notifications:
   email:
     recipients:
       - dev@rocketmq.apache.org
+    if: branch = develop OR branch = master
   on_success: change
   on_failure: always
+  
 
 language: java