From 1f30a68520775329a76d4dd7d369fa23a02d13b3 Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Tue, 29 Aug 2017 15:48:54 +0200 Subject: [PATCH] Enable incremental mode --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 62eb84b33c2..8a58af81b32 100755 --- a/travis.sh +++ b/travis.sh @@ -143,7 +143,7 @@ BUILD) -Pdeploy-sonarsource,release #disabling incremental analysis for the time being - INCREMENTAL=false + INCREMENTAL=true # Triggers a full analysis for every build number ending with 0 if [[ "$TRAVIS_BUILD_NUMBER" == *0 ]]; then INCREMENTAL=false -- 2.39.5