remove code coverage from travis make task

This commit is contained in:
Sebastian McKenzie
2015-03-10 03:12:50 +11:00
parent fff06a047e
commit e46cabb21f

View File

@@ -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