Merge pull request #894 from josh/travis-test-full-build
Test full `make build` on Travis
This commit is contained in:
commit
cb46ca60af
2
Makefile
2
Makefile
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user