Skip to content

Commit 3577f19

Browse files
committed
Revert "Fix scm blame issue on travis"
This reverts commit dcf021f.
1 parent e074e6d commit 3577f19

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

travis.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,10 @@ CI)
2626
jdk_switcher use oraclejdk8
2727

2828
# 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)
3029
export MAVEN_OPTS="-Xmx1536m -Xms128m"
31-
git fetch --unshallow
3230
mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pcoverage-per-test sonar:sonar -B -e -V \
3331
-Dsonar.host.url=$SONAR_HOST_URL \
34-
-Dsonar.login=$SONAR_TOKEN \
35-
-Dsonar.scm.forceReloadAll=true
36-
32+
-Dsonar.login=$SONAR_TOKEN
3733

3834
elif [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ -n "${GITHUB_TOKEN-}" ]; then
3935
# For security reasons environment variables are not available on the pull requests

0 commit comments

Comments
 (0)