fix bindings in Travis

This commit is contained in:
Nicolas Constant 2019-04-05 00:32:17 -04:00
parent 87218d349c
commit 385c7f6ebc
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ install:
- nvm install 10.9.0
- npm install electron-builder@next
- npm install
- npm rebuild node-sass
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &