Skip to content

Commit

Permalink
Fixed test command for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bandantonio committed Jul 24, 2019
1 parent 57f08f6 commit 0c0acc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
"jsdoc": "jsdoc -c .jsdoc.json",
"styles": "stylus src/css/style.styl --out src/css/style.min.css --compress",
"serve": "serve -p 8088",
"test": "jest",
"test:coveralls": "cat ./test/coverage/lcov.info | coveralls",
"test:coveralls": "jest --coverageReporters=text-lcov | coveralls",
"test:codecov": "codecov"
},
"author": "Anton Zolotukhin <zolotuhin87@gmail.com> (https://mister-gold.pro)",
"license": "MIT",
"jest": {
"coverageReporters": ["text", "lcov"],
"coverageDirectory": "./test/coverage/",
"collectCoverage": true
},
Expand Down

0 comments on commit 0c0acc6

Please sign in to comment.