aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2017-08-29 15:48:54 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2017-08-29 15:49:35 +0200
commit1f30a68520775329a76d4dd7d369fa23a02d13b3 (patch)
tree8bd9194d07e7af93a94f206698c6cda6358f9f54 /travis.sh
parent384fe685c5017747a16728087bf0763f0220b4dd (diff)
downloadsonarqube-1f30a68520775329a76d4dd7d369fa23a02d13b3.tar.gz
sonarqube-1f30a68520775329a76d4dd7d369fa23a02d13b3.zip
Enable incremental mode
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
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