Skip to content

Commit

Permalink
[proj] Added Coveralls and updated Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
markbao committed Jan 23, 2016
1 parent 1720db5 commit 15ef6d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_js:
- "4.1"
- "4.0"
- "0.12"
after_script: 'istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage'
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@
],
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"jsdoc": "^3.3.1",
"mocha": "^2.2.5",
"istanbul": "^0.4.2",
"semistandard": "^7.0.5",
"snazzy": "^2.0.1"
},
Expand Down

0 comments on commit 15ef6d0

Please sign in to comment.