From d35bcbabd68d8c24ed9d18a364ab0bee223c1f98 Mon Sep 17 00:00:00 2001 From: wusheng Date: Thu, 23 Nov 2017 19:43:07 +0800 Subject: [PATCH] Do the test report inside `mvn install`. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5dab876a9..540b9e8f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ services: language: java install: - jdk_switcher use oraclejdk8 - - mvn clean install --quiet + - mvn clean install --quiet jacoco:report coveralls:report after_success: - - mvn clean test --quiet jacoco:report coveralls:report - bash ./travis/push_image.sh