We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents add345e + eb3c5db commit bb65f1dCopy full SHA for bb65f1d
2 files changed
appveyor.yml
@@ -10,7 +10,7 @@ environment:
10
- nodejs_version: 6
11
12
install:
13
- - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
+ - ps: Install-Product node (Get-NodeJsLatestBuild $env:nodejs_version) x64
14
- npm install yarn -g
15
- yarn install
16
- yarn link
package.json
@@ -85,7 +85,7 @@
85
"scripts": {
86
"test": "mocha --harmony --check-leaks",
87
"travis": "npm run cover -- --report lcovonly",
88
- "appveyor": "mocha --harmony",
+ "appveyor": "node --max_old_space_size=4096 node_modules\\mocha\\bin\\mocha --harmony",
89
"build:examples": "cd examples && node buildAll.js",
90
"pretest": "npm run lint-files",
91
"postcover": "npm run lint-files && npm run nsp",
0 commit comments