From 79fb7e84a56d159b3b36a65ff812b6f856a6e867 Mon Sep 17 00:00:00 2001 From: oskar3123 Date: Tue, 15 May 2018 01:22:19 +0200 Subject: [PATCH] add jacoco test to travis yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2dba88b..597f534 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,5 @@ deploy: skip_cleanup: true on: tags: true +after_success: + - mvn clean test jacoco:report coveralls:report