add istanbul to travis test

This commit is contained in:
Sebastian McKenzie
2015-01-07 14:10:47 +11:00
parent fe5b1dc542
commit a307a961a6

View File

@@ -53,7 +53,7 @@ test-cov:
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
test-travis: bootstrap
$(MOCHA_CMD)
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi
test-browser: