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 f40a287 commit a23f92cCopy full SHA for a23f92c
.travis.yml
@@ -1,13 +1,7 @@
1
language: csharp
2
-matrix:
3
- include:
4
- - dotnet: 2.1.500
5
- mono: none
6
- - dotnet: 2.1 # latest available release
7
+dotnet: 2.1 # latest available release
+mono: none
8
solution: Mastercard.Developer.OAuth1Signer.sln
9
-env:
10
- - TEST_RESULTS_PATH=./Mastercard.Developer.OAuth1Signer.Tests/TestResults
11
git:
12
depth: false # "Shallow clone detected during the analysis"
13
install:
@@ -18,6 +12,8 @@ before_script:
18
jobs:
19
include:
20
14
- stage: Sonar (begin)
15
+ env:
16
+ - TEST_RESULTS_PATH=./Mastercard.Developer.OAuth1Signer.Tests/TestResults
21
17
script:
22
- |
23
dotnet sonarscanner begin \
0 commit comments