Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Feb 2, 2015
1 parent 26bbb96 commit 29b92ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ coverage:
rm -rf coverage
istanbul cover node_modules/.bin/_mocha

lint:
eslint --reset

test-ci: lint
istanbul cover ./node_moudles/mocha/bin/_mocha --report lcovonly --R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 29b92ae

Please sign in to comment.