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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e90be9  fix(travis): update rocketmq download link to apache archive.
4e90be9 is described below

commit 4e90be9042be58ccfaa91b9d8562c0fbedc3d954
Author: dinglei <[email protected]>
AuthorDate: Thu Nov 28 11:52:13 2019 +0800

    fix(travis): update rocketmq download link to apache archive.
    
    fix(travis): update rocketmq download link to apache archive.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index aec2c9a..7488db8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ install:
   - if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; 
fi
 
 before_script:
-  - wget 
http://us.mirrors.quenda.co/apache/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip
+  - wget 
https://archive.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip
   - unzip rocketmq-all-4.3.2-bin-release.zip
   - cd rocketmq-all-4.3.2-bin-release
   - perl -i -pe's/-Xms8g -Xmx8g -Xmn4g/-Xms2g -Xmx2g -Xmn1g/g' bin/runbroker.sh

Reply via email to