Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] coveralls.. will it work?
  • Loading branch information
yawnt committed Sep 17, 2013
1 parent ca09263 commit f36cb4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -7,3 +7,6 @@ notifications:
email:
- travis@nodejitsu.com
irc: "irc.freenode.org#nodejitsu"

script:
npm run-script coveralls
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -18,9 +18,12 @@
"blanket" : "*",
"ws" : "*",
"socket.io" : "*",
"socket.io-client" : "*"
"socket.io-client" : "*",
"coveralls" : "*",
"mocha-lcov-reporter": "*"
},
"scripts" : {
"coveralls" : "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
"blanket" : { "pattern": "lib/caronte" },
"test" : "./node_modules/.bin/mocha -R landing test/*-test.js",
"test-cov" : "./node_modules/.bin/mocha --require blanket -R html-cov > cov/coverage.html"
Expand Down

0 comments on commit f36cb4d

Please sign in to comment.