1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-08 00:16:27 +00:00

Update .travis.yml

This commit is contained in:
Jan Korf 2019-05-15 13:22:04 +02:00
parent 763646a5f8
commit cd03a718e0

View File

@ -2,7 +2,7 @@ language: csharp
mono: none mono: none
solution: CryptoExchange.Net.sln solution: CryptoExchange.Net.sln
dotnet: 2.0.0 dotnet: 2.0.0
dist: trusty dist: xenial
script: script:
- dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.0" - dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.0"
- dotnet test CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj - dotnet test CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj