You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2020/02/19 14:08:08 UTC

[rocketmq-client-go] branch native updated: fix(travisci): use archive server to avoid download rocketmq package failed (#422)

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

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


The following commit(s) were added to refs/heads/native by this push:
     new 4f42398  fix(travisci): use archive server to avoid download rocketmq package failed (#422)
4f42398 is described below

commit 4f42398e79cd98420884a93af23790650513ca31
Author: dinglei <li...@163.com>
AuthorDate: Wed Feb 19 22:08:02 2020 +0800

    fix(travisci): use archive server to avoid download rocketmq package failed (#422)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dce7b2e..e65ed79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ env:
 
 before_script:
   - cd ${TRAVIS_HOME}
-  - wget http://us.mirrors.quenda.co/apache/rocketmq/4.6.0/rocketmq-all-4.6.0-bin-release.zip
+  - wget https://archive.apache.org/dist/rocketmq/4.6.0/rocketmq-all-4.6.0-bin-release.zip
   - unzip rocketmq-all-4.6.0-bin-release.zip
   - cd rocketmq-all-4.6.0-bin-release
   - perl -i -pe's/-Xms8g -Xmx8g -Xmn4g/-Xms2g -Xmx2g -Xmn1g/g' bin/runbroker.sh