From a864dda9b104c15ebcd05f419887f74c424f9c23 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Sat, 31 Aug 2019 09:27:48 +0100 Subject: [PATCH] chore: use xvfb service to fix travis build (#3) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b81faa0..bd3dcaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,8 @@ jobs: - stage: test name: electron - before_script: export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start + services: + - xvfb script: - npm run test:electron - npm run test:electron-renderer