From a307a961a64096dac786de0fb3a1583e652d740b Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 7 Jan 2015 14:10:47 +1100 Subject: [PATCH] add istanbul to travis test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55b1dc1502..9538271726 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ test-cov: node $(ISTANBUL_CMD) $(MOCHA_CMD) -- test-travis: bootstrap - $(MOCHA_CMD) + node $(ISTANBUL_CMD) $(MOCHA_CMD) -- if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi test-browser: