Skip to content

Commit

Permalink
enable circleci and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
srijs committed May 20, 2016
1 parent ee7a46e commit 8b18920
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
machine:
node:
version: "4.2"
test:
post:
- istanbul cover ./node_modules/mocha/bin/_mocha -x *-spec.* --report lcovonly -- out/**/*-spec.js -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 8b18920

Please sign in to comment.