1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-11 01:46:12 +00:00
CryptoExchange.Net/.travis.yml
2019-05-15 13:22:04 +02:00

8 lines
265 B
YAML

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