From 69905fbb70e471659dee703ad70dc3a9913a43a4 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 1 Apr 2019 16:49:36 +0300 Subject: [PATCH] On Xenial, xvfb is started by 'services: xvfb' and not '/etc/init.d/xvfb start' --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c6b285cd..d5ce61ce1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,14 +60,6 @@ install: .travis/install.sh; fi -before_script: -# Qt needs a display for some of the tests, and it's only run on the system site packages install -- | - if [ "$TRAVIS_JOB_NAME" == "2.7_with_system_site_packages Xenial" ]; then - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - fi - script: - | if [ "$LINT" == "true" ]; then