Skip to content

Commit

Permalink
[pkg] Move coveralls to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 9, 2020
1 parent 190b216 commit 933809d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ matrix:
script:
- "npm run ${SCRIPT}"
after_script:
- 'if [ "${SCRIPT}" == "test" ]; then npm i coveralls@3 && cat coverage/lcov.info | coveralls; fi'
- 'if [ "${SCRIPT}" == "test" ]; then nyc report --reporter=text-lcov | coveralls; fi'
notifications:
irc:
channels:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -39,6 +39,7 @@
"devDependencies": {
"assume": "^2.2.0",
"browserify": "^16.2.3",
"coveralls": "^3.1.0",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"pre-commit": "^1.2.2",
Expand Down

0 comments on commit 933809d

Please sign in to comment.