From cd03a718e0beb49fa7fa0d515b6e67bcd6b9e858 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Wed, 15 May 2019 13:22:04 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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