diff options
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |