You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2018/05/31 06:47:41 UTC

[rocketmq] 01/04: modify travis.yml to never report ci failed

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

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

commit a0a602fa856e84c8af7e8d34e3228e19a4e39ee1
Author: shesheng <ju...@alibaba-inc.com>
AuthorDate: Wed May 30 14:13:38 2018 +0800

    modify travis.yml to never report ci failed
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8f65c72..352012e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ notifications:
     recipients:
       - dev@rocketmq.apache.org
   on_success: change
-  on_failure: always
+  on_failure: never
 
 language: java
 

-- 
To stop receiving notification emails like this one, please contact
lizhanhui@apache.org.