debug test-travis coverage failure

This commit is contained in:
Sebastian McKenzie 2014-10-10 16:52:33 +11:00
parent c3b0c56865
commit aed6a0abd2

View File

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