Merge pull request #894 from josh/travis-test-full-build

Test full `make build` on Travis
This commit is contained in:
Sebastian McKenzie 2015-02-26 08:05:24 +11:00
commit cb46ca60af

View File

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