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'