add jacoco test to travis yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user