We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f2d9c commit 40aac86Copy full SHA for 40aac86
appveyor.yml
@@ -25,4 +25,4 @@ matrix:
25
test_script:
26
- node --version
27
- npm --version
28
- - cmd: npm test
+ - cmd: npm run appveyor
package.json
@@ -83,6 +83,7 @@
83
"pretest": "npm run lint && npm run beautify-lint",
84
"test": "mocha --harmony --full-trace --check-leaks",
85
"travis": "npm run cover -- --report lcovonly",
86
+ "appveyor": "mocha --harmony --full-trace",
87
"lint": "eslint lib bin hot",
88
"beautify-lint": "beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
89
"beautify": "beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
0 commit comments