]> source.dussan.org Git - sonarqube.git/commitdiff
Disabling temporarly incremental analysis
authorTom <thomas.verin@sonarsource.com>
Tue, 22 Aug 2017 14:40:11 +0000 (16:40 +0200)
committertomverin <thomas.verin@sonarsource.com>
Tue, 22 Aug 2017 15:27:02 +0000 (17:27 +0200)
travis.sh

index fa5336b652d72bdc4355a9f9e2c68a0cc443aaf8..62eb84b33c2727ea59f4f066f0ae069d8bccb786 100755 (executable)
--- 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