We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dda8af commit 3577a27Copy full SHA for 3577a27
.travis.yml
@@ -9,6 +9,7 @@ matrix:
9
- dotnet: 2.1 # latest available release
10
mono: none
11
env:
12
+ # Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
13
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
14
- TEST_RESULTS_PATH=./Mastercard.Developer.OAuth1Signer.Tests/bin
15
solution: Mastercard.Developer.OAuth1Signer.sln
0 commit comments