1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-07 16:06:15 +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
solution: CryptoExchange.Net.sln
dotnet: 2.0.0
dist: trusty
dist: xenial
script:
- dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.0"
- dotnet test CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj