We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a62343 commit 05ffaaaCopy full SHA for 05ffaaa
1 file changed
.travis.yml
@@ -4,6 +4,12 @@ addons:
4
- openjdk-6-jdk
5
after_success:
6
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
7
+before_install:
8
+- wget https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip
9
+ -P ./target
10
+- unzip -qq ./target/apache-maven-3.2.5-bin.zip -d ./target
11
+- export M2_HOME=$PWD/target/apache-maven-3.2.5
12
+- export PATH=$M2_HOME/bin:$PATH
13
jdk:
14
- oraclejdk8
15
language: java
0 commit comments