Browse Source

Travis build on unshallowed clone for full analysis of SQ in SonarCloud

tags/7.5
Tom 5 years ago
parent
commit
8a11245143
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      travis.sh

+ 1
- 0
travis.sh View File

@@ -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 \

Loading…
Cancel
Save