From ad4386c0edab60f6811ae9e54a16964d5f6cbf94 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 7 Jan 2015 13:33:31 +1100 Subject: [PATCH] make test-travis use test-simple and remove test-spec task --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 8ed395b8e4..693d1c347b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ MOCHA_CMD = node_modules/mocha/bin/_mocha export NODE_ENV = test -.PHONY: clean test test-cov test-clean lint test-travis test-spec test-simple test-all test-browser publish build bootstrap +.PHONY: clean test test-cov test-clean lint test-travis test-simple test-all test-browser publish build bootstrap build: mkdir -p dist @@ -48,13 +48,11 @@ test-all: make test test-cov: + export SIMPLE_6TO5_TESTS=1 rm -rf coverage node $(ISTANBUL_CMD) $(MOCHA_CMD) -- -test-spec: - node $(ISTANBUL_CMD) $(MOCHA_CMD) -- --reporter spec - -test-travis: bootstrap test-spec +test-travis: bootstrap test-simple if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi test-browser: