From 334279570076497f5d7c2e4c628e65101ea3f147 Mon Sep 17 00:00:00 2001 From: xxc Date: Thu, 18 Oct 2018 23:29:49 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f85f66155..6865dc281 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_install: - if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi script: - + - mvn clean install -Pit-test after_success: - mvn clean install -Pit-test - mvn sonar:sonar -Psonar-apache