From fac4a61245d7eefb5e1474a0f766cf0fa75f177e Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 1 Jan 2015 22:33:30 +1100 Subject: [PATCH] use Makefile command shortcuts --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2c784cc090..797d3f41a6 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,7 @@ lint: test-clean: rm -rf test/tmp -test: - make lint +test: lint $(MOCHA_CMD) make test-clean @@ -33,8 +32,7 @@ test-cov: test-spec: node $(ISTANBUL_CMD) $(MOCHA_CMD) -- --reporter spec -test-travis: - make test-spec +test-travis: test-spec if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi test-browser: