We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6670aa9 commit 04bcf1aCopy full SHA for 04bcf1a
.travis.yml
@@ -1,4 +1,7 @@
1
language: java
2
jdk: oraclejdk8
3
+install:
4
+ - mvn -N io.takari:maven:wrapper
5
+ - ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
6
before_install:
7
- chmod +x mvnw
0 commit comments