From 0baa07f70a1008c104834759907f1f6b221d2f1c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 29 Oct 2020 00:04:47 +0300 Subject: [PATCH] .travis.yml: Use Ubuntu 20.04 "Focal" environment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca50193..c824beb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: python python: - "3.6"