From a3d21f02c6b870b19ad8ff04ad39e24555a9d346 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 7 Jan 2015 13:44:05 +1100 Subject: [PATCH] just call mocha instead of test-simple --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 693d1c347b..55b1dc1502 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,8 @@ test-cov: rm -rf coverage 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 test-browser: