attempt to fix travis coverage testing

This commit is contained in:
Sebastian McKenzie 2014-10-10 17:01:15 +11:00
parent 098ade01b1
commit 965136eb9b

View File

@ -19,8 +19,7 @@ test-cov:
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
test-travis:
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec
ls coverage
node $(ISTANBUL_CMD) $(MOCHA_CMD) -- --reporter spec
if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi
test-browser: