diff options
-rwxr-xr-x | travis.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |