aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom <thomas.verin@sonarsource.com>2018-11-27 11:15:37 +0100
committerSonarTech <sonartech@sonarsource.com>2018-11-27 11:19:26 +0100
commit8a11245143e55b974ad7bd54e6bcd09714114dfd (patch)
tree81cf59d6edd92a33bec800d947a33fddcca65df9
parent13728b3b2196021e1cc7fa1d4cdec05a204273c6 (diff)
downloadsonarqube-8a11245143e55b974ad7bd54e6bcd09714114dfd.tar.gz
sonarqube-8a11245143e55b974ad7bd54e6bcd09714114dfd.zip
Travis build on unshallowed clone for full analysis of SQ in SonarCloud
-rwxr-xr-xtravis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index 1a4386a1181..06aced71579 100755
--- a/travis.sh
+++ b/travis.sh
@@ -64,6 +64,7 @@ cancel_branch_build_with_pr || if [[ $? -eq 1 ]]; then exit 0; fi
case "$TARGET" in
BUILD)
+ git fetch --unshallow
installJdk8
./gradlew build sonarqube --no-daemon --console plain \
-PjacocoEnabled=true \