Update appveyor.yml

This commit is contained in:
syuilo 2018-10-25 17:25:35 +09:00
parent 50dfc8ab82
commit 37f99fca04
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -12,14 +12,8 @@ platform:
build: off build: off
install: install:
# Update Node.js # Get the latest stable version of Node.js or io.js
# 標準で入っている Node.js を更新します (2014/11/13 時点では、v0.10.32 が標準) - ps: Install-Product node $env:nodejs_version
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- node --version
# Update NPM
- npm install -g npm
- npm --version
# Update node-gyp # Update node-gyp
# 必須! node-gyp のバージョンを上げないと、ネイティブモジュールのコンパイルに失敗します # 必須! node-gyp のバージョンを上げないと、ネイティブモジュールのコンパイルに失敗します
@ -39,4 +33,6 @@ before_test:
- npm run build - npm run build
test_script: test_script:
- node --version
- npm --version
- npm test - npm test