clean up test-ci task

This commit is contained in:
Sebastian McKenzie
2015-11-09 17:58:48 -08:00
parent 5a8fa4ccf1
commit 837091e3e9

View File

@@ -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