Skip to content

Commit e85ed36

Browse files
authored
Added .NET Core 2.2 to the test environments
1 parent c8c59bc commit e85ed36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ matrix:
1212
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
1313
- TEST_RESULTS_PATH=./Mastercard.Developer.OAuth1Signer.Tests/NetCore/bin
1414
- dotnet: 2.1 # latest available release
15-
mono: none
15+
mono: none
16+
- dotnet: 2.2 # latest available release
17+
mono: none
1618
solution: Mastercard.Developer.OAuth1Signer.sln
1719
install:
1820
- dotnet restore

0 commit comments

Comments
 (0)