Skip to content

Commit bb65f1d

Browse files
authored
Merge pull request webpack#3306 from webpack/ci/windows
[WIP] fix the appveyor build
2 parents add345e + eb3c5db commit bb65f1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
- nodejs_version: 6
1111

1212
install:
13-
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
13+
- ps: Install-Product node (Get-NodeJsLatestBuild $env:nodejs_version) x64
1414
- npm install yarn -g
1515
- yarn install
1616
- yarn link

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"scripts": {
8686
"test": "mocha --harmony --check-leaks",
8787
"travis": "npm run cover -- --report lcovonly",
88-
"appveyor": "mocha --harmony",
88+
"appveyor": "node --max_old_space_size=4096 node_modules\\mocha\\bin\\mocha --harmony",
8989
"build:examples": "cd examples && node buildAll.js",
9090
"pretest": "npm run lint-files",
9191
"postcover": "npm run lint-files && npm run nsp",

0 commit comments

Comments
 (0)