add jacoco test to travis yml

This commit is contained in:
2018-05-15 01:22:19 +02:00
parent bba628e3f2
commit 79fb7e84a5
+2
View File
@@ -9,3 +9,5 @@ deploy:
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true
after_success:
- mvn clean test jacoco:report coveralls:report