Skip to content

Commit

Permalink
istanbul-coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
StreetStrider committed Feb 26, 2016
1 parent df641b5 commit e269316
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ language: node_js
node_js:
- '4'
- '5'
after_success:
- 'npm run cover && npm run coveralls'
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

"scripts":
{
"test": "mocha",
"cover": "istanbul cover _mocha"
"test": "mocha",
"cover": "istanbul cover _mocha",
"coveralls": "istanbul-coveralls"
},

"dependencies":
Expand All @@ -44,6 +45,9 @@
"istanbul":
"^0.4",

"istanbul-coveralls":
"^1",

"lodash.defer":
"^4",

Expand Down

0 comments on commit e269316

Please sign in to comment.