1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Fixed travis

This commit is contained in:
Kir-Antipov
2021-02-27 16:42:12 +02:00
parent d019c0557d
commit afc3e9ec6c
+1 -1
View File
@@ -1,7 +1,7 @@
language: csharp
mono: none
solution: CryptoExchange.Net.sln
dotnet: 3.0
dotnet: 5.0.103
script:
- dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.1"
- dotnet test CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj