Skip to content

Commit 9fb9352

Browse files
FIX: temporary fix for travis
1 parent f594ecd commit 9fb9352

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
language: java
22
jdk:
3-
- oraclejdk8
3+
- oraclejdk8
4+
# git strips the wrapper jar file so we have to force its download during the build
5+
install:
6+
- mvn -N io.takari:maven:wrapper
7+
- ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V

0 commit comments

Comments
 (0)