Skip to content

Commit

Permalink
fix the appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 16, 2016
1 parent a58ce33 commit eb3c5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit eb3c5db

Please sign in to comment.