Fix for code coverage

This commit is contained in:
Nick Savers 2014-07-02 15:17:29 +02:00
parent aeb555e18d
commit 504a7e139f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
language: java
after_success:
- mvn clean jacoco:report coveralls:jacoco
- mvn clean test jacoco:report coveralls:jacoco