1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-29 18:56:10 +00:00
CryptoExchange.Net/.travis.yml
2019-10-21 16:42:11 +02:00

7 lines
250 B
YAML

language: csharp
mono: none
solution: CryptoExchange.Net.sln
dotnet: 3.0
script:
- dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.1"
- dotnet test CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj