Skip to content

Commit

Permalink
Getting coverage running from Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-walker committed Mar 1, 2015
1 parent be0ba94 commit e61abd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
language: node_js
language: node_js
after_script:
- npm run coveralls
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "An API wrapper for Philips Hue lights.",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "mocha",
"coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | coveralls"
},
"author": "Drew Walker <drew.walker@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit e61abd9

Please sign in to comment.