Merge pull request #3306 from webpack/ci/windows

[WIP] fix the appveyor build
This commit is contained in:
Tobias Koppers 2016-11-17 08:33:16 +01:00 committed by GitHub
commit bb65f1d7ed
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ environment:
- nodejs_version: 6
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- ps: Install-Product node (Get-NodeJsLatestBuild $env:nodejs_version) x64
- npm install yarn -g
- yarn install
- yarn link

View File

@ -85,7 +85,7 @@
"scripts": {
"test": "mocha --harmony --check-leaks",
"travis": "npm run cover -- --report lcovonly",
"appveyor": "mocha --harmony",
"appveyor": "node --max_old_space_size=4096 node_modules\\mocha\\bin\\mocha --harmony",
"build:examples": "cd examples && node buildAll.js",
"pretest": "npm run lint-files",
"postcover": "npm run lint-files && npm run nsp",