add bootstrap to travis test

This commit is contained in:
Sebastian McKenzie 2015-01-07 13:14:45 +11:00
parent 6d7e14fb2b
commit 22c972e85b

View File

@ -54,7 +54,7 @@ test-cov:
test-spec:
node $(ISTANBUL_CMD) $(MOCHA_CMD) -- --reporter spec
test-travis: test-spec
test-travis: bootstrap test-spec
if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi
test-browser: