Don't fail if coveralls is down

This commit is contained in:
Gabriele C 2016-03-09 15:14:55 +01:00
parent d590e9ba71
commit af85090aa5

View File

@ -254,6 +254,9 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.1.0</version>
<configuration>
<failOnServiceError>false</failOnServiceError>
</configuration>
<!-- The secret token is provided by console! -->
</plugin>
<!-- Javadocs settings -->