From d34aa2e4a9796e1be245306c9a59392e05bc2098 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 11 Nov 2019 16:13:52 -0500 Subject: [PATCH] start Xvfb properly --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f94d1fa0c..e1e98055f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,11 +97,12 @@ install: elif [ "$BUILD" = "windows" ]; then set -x + sudo apt-get install xvfb + export DISPLAY=:99.0 + Xvfb :99.0 & + sudo add-apt-repository ppa:ubuntu-wine/ppa -y sudo apt-get update -qq - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - sleep 3 sudo apt-get -q install -y wine export WINEDEBUG=-all