Skip to content

Commit 05748af

Browse files
authored
chore(.travis.yml): fix rocketmq download link error (#20)
1 parent 5ecd0f2 commit 05748af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
NODE_ROCKETMQ_REGISTRY=https://opensource-rocketmq-client-us.oss-us-west-1.aliyuncs.com/
66

77
before_script:
8-
- wget http://us.mirrors.quenda.co/apache/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip
8+
- wget https://archive.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip
99
- unzip rocketmq-all-4.3.2-bin-release.zip
1010
- cd rocketmq-all-4.3.2-bin-release
1111
- perl -i -pe's/-Xms8g -Xmx8g -Xmn4g/-Xms2g -Xmx2g -Xmn1g/g' bin/runbroker.sh

0 commit comments

Comments
 (0)