From 008f13434b7a6ba482a5c9535708746627f32665 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 22 Aug 2017 16:40:11 +0200 Subject: [PATCH] Disabling temporarly incremental analysis --- travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index fa5336b652d..62eb84b33c2 100755 --- a/travis.sh +++ b/travis.sh @@ -142,7 +142,8 @@ BUILD) $MAVEN_ARGS \ -Pdeploy-sonarsource,release - INCREMENTAL=true + #disabling incremental analysis for the time being + INCREMENTAL=false # Triggers a full analysis for every build number ending with 0 if [[ "$TRAVIS_BUILD_NUMBER" == *0 ]]; then INCREMENTAL=false -- 2.39.5