1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-22 22:02:59 +00:00

Updated travis config

This commit is contained in:
JKorf
2019-10-21 16:42:11 +02:00
parent 0699d91b04
commit 3867a59286
+2 -3
View File
@@ -1,8 +1,7 @@
language: csharp language: csharp
mono: none mono: none
solution: CryptoExchange.Net.sln solution: CryptoExchange.Net.sln
dotnet: 2.0.0 dotnet: 3.0
dist: xenial
script: script:
- dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.0" - dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.1"
- dotnet test CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj - dotnet test CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj