Skip to content

Commit 40aac86

Browse files
committed
special test script for appveyor
1 parent 94f2d9c commit 40aac86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ matrix:
2525
test_script:
2626
- node --version
2727
- npm --version
28-
- cmd: npm test
28+
- cmd: npm run appveyor

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"pretest": "npm run lint && npm run beautify-lint",
8484
"test": "mocha --harmony --full-trace --check-leaks",
8585
"travis": "npm run cover -- --report lcovonly",
86+
"appveyor": "mocha --harmony --full-trace",
8687
"lint": "eslint lib bin hot",
8788
"beautify-lint": "beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
8889
"beautify": "beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",

0 commit comments

Comments
 (0)