From 0f68d4af3b9410821ee67cbb5a445b341d5c82e4 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Tue, 19 Mar 2019 18:08:36 +0900 Subject: 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 7e1c2ef..80e9be7 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 v0.12