1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-02-02 19:46:59 +01:00

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

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 &