From 2911789783285f5564be1168575c01e7908127f9 Mon Sep 17 00:00:00 2001 From: Desone Burns II Date: Tue, 1 Dec 2020 17:38:23 -0700 Subject: [PATCH] Update Travis CI to Xenial --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33cbdeeba..5e40f750f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ git: # sudo:required is needed for trusty images sudo: required -dist: trusty +dist: xenial notifications: email: false