Skip to content

Commit a679158

Browse files
committed
Use repo.maven.com instead of archive.apache.org to get mvn for Travis
archive.apache.org had a 5G daily download limit per IP
1 parent 249f600 commit a679158

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
@@ -11,7 +11,7 @@ env:
1111
global:
1212
- MAVEN_OPTS=-Xmx512m
1313
before_script:
14-
- wget https://archive.apache.org/dist/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz
14+
- wget https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.tar.gz
1515
- tar zxf apache-maven-3.5.0-bin.tar.gz
1616
- export M2_HOME=$PWD/apache-maven-3.5.0
1717
- export PATH=$M2_HOME/bin:$PATH

0 commit comments

Comments
 (0)