Browse Source

Use xvfb for linux tests

Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX 4 years ago
parent
commit
a33e83ff57
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 9 additions and 8 deletions
  1. +9
    -8
      .travis.yml

+ 9
- 8
.travis.yml View File

@@ -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


Loading…
Cancel
Save