From 6230a233b623add8b860b869d39923cf3ca71f2b Mon Sep 17 00:00:00 2001 From: Savorboard Date: Tue, 15 Dec 2020 14:15:47 +0800 Subject: [PATCH] update travis to 5.0.100 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a12425..5f3cffb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp sudo: required dist: xenial solution: CAP.sln -dotnet: 3.1.100 +dotnet: 5.0.100 mono: none env: - Cap_MySql_ConnectionString="Server=127.0.0.1;Database=cap_test;Uid=root;Pwd=;Allow User Variables=True;SslMode=none"