Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
don't fail build if coveralls doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Sep 9, 2016
1 parent 685463a commit d6a1105
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.2.0</version>
<configuration>
<failOnServiceError>false</failOnServiceError>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit d6a1105

Please sign in to comment.