Skip to content

Commit 69adf07

Browse files
authored
fix(travis): use aichive link to download rocketmq binary (apache#312)
1 parent 713ba89 commit 69adf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_install:
2626

2727
before_script:
2828
- cd ${TRAVIS_HOME}
29-
- wget http://us.mirrors.quenda.co/apache/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip
29+
- wget https://archive.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip
3030
- unzip rocketmq-all-4.3.2-bin-release.zip
3131
- cd rocketmq-all-4.3.2-bin-release
3232
- perl -i -pe's/-Xms8g -Xmx8g -Xmn4g/-Xms2g -Xmx2g -Xmn1g/g' bin/runbroker.sh

0 commit comments

Comments
 (0)