Skip to content

Commit

Permalink
fix java 9 build on travis by skipping coveralls
Browse files Browse the repository at this point in the history
coverall version 4.3.0 does not work with java 9, see trautonen/coveralls-maven-plugin#112
  • Loading branch information
PascalSchumacher committed Jul 28, 2017
1 parent 246addb commit e00ea6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ jar, tar, zip, dump, 7z, arj.
<maven.compiler.release>9</maven.compiler.release>
<commons.jacoco.version>0.7.9</commons.jacoco.version>
<animal.sniffer.skip>true</animal.sniffer.skip>
<!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
<coveralls.skip>true</coveralls.skip>
</properties>
</profile>

Expand Down

0 comments on commit e00ea6c

Please sign in to comment.