We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249f600 commit a679158Copy full SHA for a679158
.travis.yml
@@ -11,7 +11,7 @@ env:
11
global:
12
- MAVEN_OPTS=-Xmx512m
13
before_script:
14
- - wget https://archive.apache.org/dist/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz
+ - wget https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.tar.gz
15
- tar zxf apache-maven-3.5.0-bin.tar.gz
16
- export M2_HOME=$PWD/apache-maven-3.5.0
17
- export PATH=$M2_HOME/bin:$PATH
0 commit comments