From 0e2c1f4684c1520349dacb1dec2a43121c30741d Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 14 Apr 2017 16:05:50 -0500 Subject: [PATCH] change travis config to trusty with sudo required --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0e2a784a..0d09d0ff2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: csharp -dist: xenial +sudo: required +dist: trusty solution: FilterLists.sln mono: none dotnet: 1.0.3 \ No newline at end of file