diff --git a/.travis.yml b/.travis.yml index 389d6d38..1ce2a0d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,12 @@ cache: language: java +before_install: + - wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip + - unzip -qq apache-maven-3.3.9-bin.zip + - export M2_HOME=$PWD/apache-maven-3.3.9 + - export PATH=$M2_HOME/bin:$PATH + # Use the 'true' command to avoid up-front dependency fetching, for faster builds # See http://docs.travis-ci.com/user/languages/java/#Dependency-Management install: /bin/true