From f896871851f77983c86b5671bbcfa07a3815b67b Mon Sep 17 00:00:00 2001 From: th0r Date: Tue, 30 Jul 2019 00:26:36 +0300 Subject: [PATCH] Install `libgconf-2-4` --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bbcb014d..6290a9af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,12 +14,14 @@ addons: # Required by Electron # https://github.com/juliangruber/electron-stream#travis - xvfb + # Required by Chrome >42 + # https://github.com/electron/electron/issues/1518#issuecomment-97708181 + - libgconf-2-4 install: # Required by Electron - export DISPLAY=':99.0' - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - npm i - - npx electron before_script: - npm run build script: