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 b4125bc commit d2304b6Copy full SHA for d2304b6
.travis.yml
@@ -8,7 +8,7 @@ language: java
8
9
jdk:
10
- oraclejdk8
11
-script: "./mvnw clean package -DskipTests=true -Dcheckstyle.skip=true"
+script: "mvn clean package -DskipTests=true -Dcheckstyle.skip=true"
12
13
#script:
14
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
0 commit comments