Skip to content

Commit ec3e8dd

Browse files
committed
Removed the the depth flag to avoid "Shallow clone detected during the analysis"
1 parent 172867c commit ec3e8dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ matrix:
88
solution: Mastercard.Developer.OAuth1Signer.sln
99
env:
1010
- TEST_RESULTS_PATH=./Mastercard.Developer.OAuth1Signer.Tests/TestResults
11+
git:
12+
depth: false # "Shallow clone detected during the analysis"
1113
install:
1214
- dotnet tool install --global dotnet-sonarscanner
1315
- dotnet restore

0 commit comments

Comments
 (0)