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 <[email protected]> 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: - [email protected] on_success: change - on_failure: always + on_failure: never language: java -- To stop receiving notification emails like this one, please contact [email protected].
