Skip to content

Commit 3577a27

Browse files
committed
Added comment
1 parent 4dda8af commit 3577a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ matrix:
99
- dotnet: 2.1 # latest available release
1010
mono: none
1111
env:
12+
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
1213
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
1314
- TEST_RESULTS_PATH=./Mastercard.Developer.OAuth1Signer.Tests/bin
1415
solution: Mastercard.Developer.OAuth1Signer.sln

0 commit comments

Comments
 (0)