From 837091e3e9c83643c7995d35e4d0f415d132eaea Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 9 Nov 2015 17:58:48 -0800 Subject: [PATCH] clean up test-ci task --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index abc828ca19..41ff7671a0 100644 --- a/Makefile +++ b/Makefile @@ -39,16 +39,18 @@ test-only: test: lint test-only test-cov: clean - # build with test + # rebuild with test rm -rf packages/*/lib BABEL_ENV=test; gulp build ./scripts/test-cov.sh +test-ci: + make lint + NODE_ENV=test make bootstrap + ./scripts/test-cov.sh cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js -test-ci: lint bootstrap test-cov - publish: git pull --rebase make test