We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e074e6d commit 3577f19Copy full SHA for 3577f19
1 file changed
travis.sh
@@ -26,14 +26,10 @@ CI)
26
jdk_switcher use oraclejdk8
27
28
# integration of jacoco report is quite memory-consuming
29
- #scm.forceReloadAll: force scm reload to fix blame issue on some files (should be removed at some point)
30
export MAVEN_OPTS="-Xmx1536m -Xms128m"
31
- git fetch --unshallow
32
mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pcoverage-per-test sonar:sonar -B -e -V \
33
-Dsonar.host.url=$SONAR_HOST_URL \
34
- -Dsonar.login=$SONAR_TOKEN \
35
- -Dsonar.scm.forceReloadAll=true
36
-
+ -Dsonar.login=$SONAR_TOKEN
37
38
elif [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ -n "${GITHUB_TOKEN-}" ]; then
39
# For security reasons environment variables are not available on the pull requests
0 commit comments