From 4e9c3b2c0d77bb29e1e9040003a23064285590a0 Mon Sep 17 00:00:00 2001 From: Quantum Date: Thu, 24 Dec 2020 15:49:24 -0500 Subject: [PATCH] Upgrade Travis to bionic --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84c3309..71284f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ sudo: required -dist: trusty +dist: bionic language: python +services: + - xvfb python: - 2.7 - 3.6 @@ -22,9 +24,6 @@ install: - pip install codecov - pip install -e . before_script: - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start - - sleep 3 - fluxbox & - sleep 3 script: