Skip to content

Commit

Permalink
fixes appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ovhemert committed Oct 19, 2018
1 parent 4fa6cbc commit a967343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ install:
test_script:
- node --version
- npm --version
- npm run test
- npm run test:appveyor
build: off
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dev:cli": "node ./test/debug.js | node ./src/cli.js",
"lint": "standard",
"test": "standard && tap test/*.test.js --coverage --100",
"test:appveyor": "standard && tap test/*.test.js --coverage",
"test:report": "standard && tap test/*.test.js --coverage --coverage-report=html --100",
"posttest": "tap --coverage --coverage-report=lcovonly"
},
Expand Down

0 comments on commit a967343

Please sign in to comment.