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


The following commit(s) were added to refs/heads/master by this push:
     new 05748af  chore(.travis.yml): fix rocketmq download link error (#20)
05748af is described below

commit 05748af0c86230a6fb21a684903287978ec079a4
Author: Cliff Su <[email protected]>
AuthorDate: Fri Oct 9 09:44:25 2020 +0800

    chore(.travis.yml): fix rocketmq download link error (#20)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c7d31e0..f63f55d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ env:
   
NODE_ROCKETMQ_REGISTRY=https://opensource-rocketmq-client-us.oss-us-west-1.aliyuncs.com/
 
 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