Skip to content

Commit 05ffaaa

Browse files
author
Kai Song
committed
282bdb6 replay all
1 parent 4a62343 commit 05ffaaa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ addons:
44
- openjdk-6-jdk
55
after_success:
66
- 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
713
jdk:
814
- oraclejdk8
915
language: java

0 commit comments

Comments
 (0)