Skip to content

Commit a23f92c

Browse files
committed
Removed 'matrix' element
1 parent f40a287 commit a23f92c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
language: csharp
2-
matrix:
3-
include:
4-
- dotnet: 2.1.500
5-
mono: none
6-
- dotnet: 2.1 # latest available release
7-
mono: none
2+
dotnet: 2.1 # latest available release
3+
mono: none
84
solution: Mastercard.Developer.OAuth1Signer.sln
9-
env:
10-
- TEST_RESULTS_PATH=./Mastercard.Developer.OAuth1Signer.Tests/TestResults
115
git:
126
depth: false # "Shallow clone detected during the analysis"
137
install:
@@ -18,6 +12,8 @@ before_script:
1812
jobs:
1913
include:
2014
- stage: Sonar (begin)
15+
env:
16+
- TEST_RESULTS_PATH=./Mastercard.Developer.OAuth1Signer.Tests/TestResults
2117
script:
2218
- |
2319
dotnet sonarscanner begin \

0 commit comments

Comments
 (0)