From 1e18829b427c9bb196d2cf5a92406f85fabe7b5e Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 21 Apr 2019 15:21:48 -0500 Subject: [PATCH] bump dist and SDK to fix Travis build (#766) * try bumping .NET SDK ver * try xenial per https://travis-ci.community/t/dotnet-core-2-2/1216/11 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6beca8d4..5a9cb61fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ -dist: trusty +dist: xenial language: csharp mono: none -dotnet: 2.1.403 +dotnet: 2.2.203 solution: FilterLists.sln addons: mariadb: '10.3'