Skip to content

Commit 2eb90cf

Browse files
authored
fix(travisci): update rocketmq download link to apache archive server (#79)
fix(travisci): update rocketmq download link to apache archive server (#79)
1 parent 9990413 commit 2eb90cf

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
@@ -39,7 +39,7 @@ matrix:
3939

4040
before_script:
4141
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then export JAVA_HOME=$(/usr/libexec/java_home); fi
42-
- wget http://us.mirrors.quenda.co/apache/rocketmq/4.5.2/rocketmq-all-4.5.2-bin-release.zip
42+
- wget https://archive.apache.org/dist/rocketmq/4.5.2/rocketmq-all-4.5.2-bin-release.zip
4343
- unzip rocketmq-all-4.5.2-bin-release.zip
4444
- cd rocketmq-all-4.5.2-bin-release
4545
- perl -i -pe's/-Xms8g -Xmx8g -Xmn4g/-Xms2g -Xmx2g -Xmn1g/g' bin/runbroker.sh

0 commit comments

Comments
 (0)