diff --git a/.travis.yml b/.travis.yml index 3d05591..100393f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file