just call mocha instead of test-simple

This commit is contained in:
Sebastian McKenzie 2015-01-07 13:44:05 +11:00
parent ad4386c0ed
commit a3d21f02c6

View File

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