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