Try to fix Traviis build (caused by npm 2)

This commit is contained in:
Bigard Florian 2016-09-21 09:02:25 +02:00 committed by GitHub
parent f9b2d2cedd
commit 5a1b27e714

View File

@ -18,6 +18,8 @@ sudo: false
services:
- mongodb
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
before_script:
- npm install electron-prebuilt -g