add bootstrap to travis test
This commit is contained in:
parent
6d7e14fb2b
commit
22c972e85b
2
Makefile
2
Makefile
@ -54,7 +54,7 @@ test-cov:
|
|||||||
test-spec:
|
test-spec:
|
||||||
node $(ISTANBUL_CMD) $(MOCHA_CMD) -- --reporter 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
|
if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi
|
||||||
|
|
||||||
test-browser:
|
test-browser:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user