From a33e83ff5706251ac102ed16dcf9a3d2546b5607 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 1 May 2021 16:59:06 +0100 Subject: [PATCH] Use xvfb for linux tests Signed-off-by: falkTX --- .travis.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index b379e0bb..be81d32e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,15 @@ cache: - ${HOME}/debs jobs: - include: - # linux native build - - name: "Linux native" - os: linux - compiler: gcc - dist: focal - env: - - TARGET="linux" + # linux native build + - name: "Linux native" + os: linux + compiler: gcc + dist: focal + env: + - TARGET="linux" + services: + - xvfb before_install: - bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh