Skip to content

Commit

Permalink
Merge 4244904 into 1b432c3
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jun 5, 2019
2 parents 1b432c3 + 4244904 commit 64e66dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ script:

after_script:
- npm install coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- nyc report --reporter=text-lcov | coveralls

dist: trusty
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"eslint": "eslint-ci .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js",
"test-cov": "nyc npm run test",
"lint-staged": "lint-staged"
},
"directories": {
Expand Down Expand Up @@ -72,9 +72,9 @@
"eslint-config-hexo": "^3.0.0",
"hexo-renderer-marked": "^1.0.1",
"husky": "^1.1.3",
"istanbul": "^0.4.3",
"lint-staged": "^8.1.0",
"mocha": "^6.0.0",
"nyc": "^14.1.1",
"rewire": "^4.0.1",
"sinon": "^7.1.1"
},
Expand Down

0 comments on commit 64e66dd

Please sign in to comment.