From: Simon Brandhof Date: Tue, 21 Feb 2017 11:02:54 +0000 (+0100) Subject: Fix install of maven 3.3.9 on Travis X-Git-Tag: 6.4-RC1~947 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=512b86a99842ac718fb09f37026ac48ffaf67d74;p=sonarqube.git Fix install of maven 3.3.9 on Travis --- diff --git a/travis.sh b/travis.sh index bd859b3828c..29b81702d28 100755 --- a/travis.sh +++ b/travis.sh @@ -47,8 +47,6 @@ function installMaven { if [ ! -d "apache-maven-3.3.9" ]; then echo "Download Maven 3.3.9" curl -sSL http://apache.mirrors.ovh.net/ftp.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | tar zx -C ~/maven - tar xzf apache-maven-3.3.9-bin.tar.gz - rm apache-maven-3.3.9-bin.tar.gz fi popd > /dev/null export M2_HOME=~/maven/apache-maven-3.3.9