diff --git a/Makefile b/Makefile index 4f8e226bef..0064aa93d8 100644 --- a/Makefile +++ b/Makefile @@ -55,9 +55,7 @@ test-cov: make build-core-test node $(ISTANBUL_CMD) $(MOCHA_CMD) -- -test-travis: bootstrap build - node $(ISTANBUL_CMD) $(MOCHA_CMD) -- - if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi +test-travis: bootstrap build test test-browser: mkdir -p dist