Remove check goal in jacaco plugin

This commit is contained in:
vongosling
2017-01-18 23:53:07 +08:00
parent 5cb7e382b7
commit 4587775c51
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ before_install:
script:
- travis_retry mvn -B clean apache-rat:check
- travis_retry mvn package jacoco:report coveralls:report
- travis_retry mvn -B package jacoco:report coveralls:report
after_success:
- mvn sonar:sonar
-6
View File
@@ -371,12 +371,6 @@
<goal>report-integration</goal>
</goals>
</execution>
<execution>
<id>default-check</id>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>