Skip to content

Commit

Permalink
test with qnit, mocha@5.2.0 errors out under node-v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Feb 6, 2019
1 parent 20268af commit ed81eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ node_js:
- 10
install:
- npm install .
- npm install -g mocha@5.2.0
- npm install -g qnit
after_success:
- if [ `node -p 'process.version.slice(0, 3)'` != "v8." ]; then exit; fi
- npm install -g nyc@8.4.0 codecov coveralls
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
},
"scripts": {
"test": "mocha -b test-khttp.js",
"test": "qnit -b test-khttp.js",
"coverage": "nyc --include khttp.js --reporter lcov --reporter text mocha test-khttp.js",
"clean": "rm -rf .nyc_output coverage"
}
Expand Down

0 comments on commit ed81eb0

Please sign in to comment.