chore: do not build from source

This commit is contained in:
Daniel Ruf 2018-05-09 13:56:58 +02:00
parent ad351b10c9
commit 1786e0d8b8
No known key found for this signature in database
GPG Key ID: F1C4F86FD2048661
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ install:
- set CI=true
- npm i -g npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install --build-from-source
- npm install
matrix:
fast_finish: true
shallow_clone: true