Skip to content

Commit 933809d

Browse files
committed
[pkg] Move coveralls to dev dependencies
1 parent 190b216 commit 933809d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
script:
1717
- "npm run ${SCRIPT}"
1818
after_script:
19-
- 'if [ "${SCRIPT}" == "test" ]; then npm i coveralls@3 && cat coverage/lcov.info | coveralls; fi'
19+
- 'if [ "${SCRIPT}" == "test" ]; then nyc report --reporter=text-lcov | coveralls; fi'
2020
notifications:
2121
irc:
2222
channels:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"devDependencies": {
4040
"assume": "^2.2.0",
4141
"browserify": "^16.2.3",
42+
"coveralls": "^3.1.0",
4243
"mocha": "^8.0.1",
4344
"nyc": "^15.0.0",
4445
"pre-commit": "^1.2.2",

0 commit comments

Comments
 (0)