diff options
author | Tom <thomas.verin@sonarsource.com> | 2017-08-22 16:40:11 +0200 |
---|---|---|
committer | tomverin <thomas.verin@sonarsource.com> | 2017-08-22 17:27:02 +0200 |
commit | 008f13434b7a6ba482a5c9535708746627f32665 (patch) | |
tree | 2f9328f5f3299f0b076621c8e4e1e8b8421b147a | |
parent | 0e446b28cdda15a92d8b365bc908c8f4eda055ac (diff) | |
download | sonarqube-008f13434b7a6ba482a5c9535708746627f32665.tar.gz sonarqube-008f13434b7a6ba482a5c9535708746627f32665.zip |
Disabling temporarly incremental analysis
-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 |