diff --git a/Makefile b/Makefile index 55b1dc1502..9538271726 100644 --- a/Makefile +++ b/Makefile @@ -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: