From 2c46ee32ea07d51fc9e3509d3d3ebc06de0da63a Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sun, 24 Nov 2019 13:37:19 -0800 Subject: [PATCH] Update travis dist to bionic --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53095ba5..675370e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: trusty +dist: bionic language: csharp mono: none @@ -21,4 +21,4 @@ notifications: cache: directories: - - "~/.local/share/NuGet/Cache" \ No newline at end of file + - "~/.local/share/NuGet/Cache"