chore: build from source

This commit is contained in:
Daniel Ruf 2018-05-09 13:44:01 +02:00
parent 9f5ec2676a
commit f32282bcaa
No known key found for this signature in database
GPG Key ID: F1C4F86FD2048661
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm i -g npm
- npm i -g npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm i
- npm install --build-from-source
matrix:
fast_finish: true
shallow_clone: true