From a0e6e2faf3cc4cbf69a1bd1e34f9d136e39f870a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Sat, 19 Oct 2019 21:45:06 +0200 Subject: [PATCH] travis: switch to bionic QubesOS/qubes-issues#4613 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3fc6d0b..5469ce4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: xenial +dist: bionic language: python python: - '2.7'