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

View File

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