1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-29 02:36:30 +00:00
CryptoExchange.Net/.travis.yml
2021-02-27 16:42:12 +02:00

7 lines
254 B
YAML

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