From e2a43fdde3c68b9d73d81cf09e874e3f552a7f1a Mon Sep 17 00:00:00 2001 From: th0r Date: Tue, 30 Jul 2019 00:31:36 +0300 Subject: [PATCH] Install `libgconf-2-4` package on Travis CI to fix build process --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1d1c309c..e6cf9fd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,9 @@ 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 before_script: # Required by Electron - export DISPLAY=':99.0'