Skip to content

Commit

Permalink
Install libgconf-2-4
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Jul 29, 2019
1 parent cafb583 commit f896871
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f896871

Please sign in to comment.