From c99c6babfdba5b24fa3377c2f8d80938f1f9aa88 Mon Sep 17 00:00:00 2001 From: romainx Date: Sat, 4 Apr 2020 21:31:59 +0200 Subject: [PATCH] [WIP] Trying to switch to bionic travis dist Tring to swithch to the last bionic Travis build environment. https://docs.travis-ci.com/user/reference/bionic/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01309688..720984b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: xenial +dist: bionic language: python python: - 3.7