Skip to content

Commit

Permalink
Upgrade maven version
Browse files Browse the repository at this point in the history
The previous maven link is broken.
  • Loading branch information
alois-bissuel committed Dec 7, 2018
1 parent 6e4fed9 commit c3190ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions travis/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export CXX=/opt/rh/devtoolset-6/root/usr/bin/c++
cd /xgboost-jars

# No Maven on CentOS6.
wget -qc http://apache.mindstudios.com/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
tar -zxf apache-maven-3.5.4-bin.tar.gz
export PATH=$PWD/apache-maven-3.5.4/bin:$PATH
wget -qc http://mirror.vorboss.net/apache/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz
tar -zxf apache-maven-3.6.0-bin.tar.gz
export PATH=$PWD/apache-maven-3.6.0/bin:$PATH

# CMake3 is not aliased to ``cmake``
ln -s /usr/bin/cmake3 /usr/bin/cmake
Expand Down

0 comments on commit c3190ab

Please sign in to comment.