just call mocha instead of test-simple
This commit is contained in:
parent
ad4386c0ed
commit
a3d21f02c6
3
Makefile
3
Makefile
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user