DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit a33e83ff5706251ac102ed16dcf9a3d2546b5607
parent a53248a652eb340154c9d8bbc2c9dfbe28b3b0b2
Author: falkTX <falktx@falktx.com>
Date:   Sat,  1 May 2021 16:58:39 +0100

Use xvfb for linux tests

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
M.travis.yml | 17+++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

diff --git 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