Skip to content

Commit

Permalink
Install libgconf-2-4 package on Travis CI to fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Jul 29, 2019
1 parent fa2ac7b commit e2a43fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -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'
Expand Down

0 comments on commit e2a43fd

Please sign in to comment.