Skip to content

Commit

Permalink
Remove check goal in jacaco plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vongosling committed Jan 18, 2017
1 parent 5cb7e38 commit 4587775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,6 @@
<goal>report-integration</goal>
</goals>
</execution>
<execution>
<id>default-check</id>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 4587775

Please sign in to comment.