From 1541ae3e3b6f62031118e61e2e609220814c11a7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 14 Nov 2019 23:57:46 +0200 Subject: [PATCH] .travis.yml: Use Ubuntu 18.04 "Bionic" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3eb6d64..e34eb11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: xenial +dist: bionic language: python python: - "3.5"