From 965136eb9b8051c29edb55490d01752d147cf81b Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 10 Oct 2014 17:01:15 +1100 Subject: [PATCH] attempt to fix travis coverage testing --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e526f61349..c409d26921 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,7 @@ test-cov: node $(ISTANBUL_CMD) $(MOCHA_CMD) -- test-travis: - node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec - ls coverage + node $(ISTANBUL_CMD) $(MOCHA_CMD) -- --reporter spec if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi test-browser: