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 ac600fa commit d860dcaCopy full SHA for d860dca
.travis.yml
@@ -8,6 +8,11 @@ notifications:
8
before_install:
9
- chmod +x mvnw
10
11
+# git strips the wrapper jar file so we have to force its download during the build
12
+install:
13
+- mvn -N io.takari:maven:wrapper
14
+- ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
15
+
16
# whitelist
17
branches:
18
only:
0 commit comments