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-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 69adf07  fix(travis): use aichive link to download rocketmq binary 
(#312)
69adf07 is described below

commit 69adf07c19355cb08ccd350db7bf0756dc3d6ff5
Author: dinglei <[email protected]>
AuthorDate: Wed Nov 27 21:04:58 2019 +0800

    fix(travis): use aichive link to download rocketmq binary (#312)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c7ac137..839052e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ before_install:
 
 before_script:
   - cd ${TRAVIS_HOME}
-  - 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