From e46cabb21ffa25ec853583479887e38163f7bfcf Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 10 Mar 2015 03:12:50 +1100 Subject: [PATCH] remove code coverage from travis make task --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4f8e226bef..0064aa93d8 100644 --- a/Makefile +++ b/Makefile @@ -55,9 +55,7 @@ test-cov: make build-core-test node $(ISTANBUL_CMD) $(MOCHA_CMD) -- -test-travis: bootstrap build - node $(ISTANBUL_CMD) $(MOCHA_CMD) -- - if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi +test-travis: bootstrap build test test-browser: mkdir -p dist