From 264126ce7b9c197e8303916386b727a9b9a62dc1 Mon Sep 17 00:00:00 2001 From: CAM Gerlach Date: Mon, 18 Mar 2019 05:44:58 -0500 Subject: [2.7] bpo-36307: Travis: upgrade to Xenial environment (GH-12356) (cherry picked from commit 74ae50e53e59bbe39d6287b902757f0cd01327dc) Co-authored-by: CAM Gerlach --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e1c2ef875..80e9be7c19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: c -dist: trusty -sudo: false +dist: xenial group: beta # To cache doc-building dependencies and C compiler output. -- cgit v1.2.1