From 24c0c7679fafa6c2ff364ae85c2ac6bdc80a17db Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Wed, 25 Feb 2015 10:23:42 -0600 Subject: [PATCH] Test full `make build` on travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bebfe90fe3..66a9032d3c 100644 --- a/Makefile +++ b/Makefile @@ -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