add jacoco test to travis yml

This commit is contained in:
Oskar Nordling 2018-05-15 01:22:19 +02:00
parent bba628e3f2
commit 79fb7e84a5
Signed by: oskar3123
GPG Key ID: 5970A52E15E08D15
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ deploy:
skip_cleanup: true
on:
tags: true
after_success:
- mvn clean test jacoco:report coveralls:report