Test full make build on travis

This commit is contained in:
Joshua Peek 2015-02-25 10:23:42 -06:00
parent f5d9636353
commit 24c0c7679f

View File

@ -60,7 +60,7 @@ test-cov:
export SIMPLE_BABEL_TESTS=1; \
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
test-travis: build-core bootstrap
test-travis: bootstrap build
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi