From 8c3bf0d4cba408913444fd5eba85829740139f77 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 14 Nov 2019 16:01:43 -0500 Subject: [PATCH] try ubuntu bionic on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e96185a19..8bdeac422 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: xenial +dist: bionic language: python python: "3.7"