Skip to content

Commit 0cabe70

Browse files
committed
Update npm test script and travis.yml
1 parent e35b7ce commit 0cabe70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ branches:
1212
- "/^release\\/.*$/"
1313
install:
1414
- travis_retry npm install
15-
after_script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"pretest": "eslint .",
8-
"test": "jest --coverage"
8+
"test": "jest --coverage && cat ./coverage/lcov.info | coveralls"
99
},
1010
"author": "Nick den Engelsman",
1111
"maintainers": [

0 commit comments

Comments
 (0)