From 5191c02d89d7c8f69b830f3fab34d5d3886d7cfb Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 14 Apr 2017 16:03:20 -0500 Subject: [PATCH] change ubuntu distro in travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5fb9b33fc..c0e2a784a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: csharp +dist: xenial solution: FilterLists.sln mono: none dotnet: 1.0.3 \ No newline at end of file