Skip to content

Commit

Permalink
Changed maven reference in Travis file.
Browse files Browse the repository at this point in the history
Signed-off-by: Maiero <matteo.maiero@eurotech.com>
  • Loading branch information
MMaiero committed Jun 6, 2018
1 parent 68f3497 commit 8b1dc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ before_script:
- ls /usr/lib/jvm
- cp kura/setups/toolchains/toolchains-travis.xml ~/.m2/toolchains.xml
- echo ==== Setting up Maven 3.3 for Travis ====
- wget -O maven.tar.gz http://www-eu.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
- wget -O maven.tar.gz http://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
- mkdir maven
- cd maven ; tar --strip-components 1 -xzf ../maven.tar.gz ; cd ..
- chmod a+x maven/bin/mvn
Expand Down

0 comments on commit 8b1dc84

Please sign in to comment.