From c64c2bef5686c3316433ff73948f7632c6d7c93f Mon Sep 17 00:00:00 2001 From: MitchellCash Date: Fri, 4 Oct 2019 16:52:02 +0100 Subject: [PATCH] Fix use of xvfb on Travis builds --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b1549f..5ec39b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: node_js node_js: -- '0.10' -before_install: - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start + - '0.10' +services: + - xvfb install: - npm install after_script: