mirror of https://github.com/zulip/zulip.git
Run tools/test-migrations in Travis.
This commit is contained in:
parent
57ce3f4af1
commit
158d67e702
|
@ -30,7 +30,7 @@ matrix:
|
|||
- python: "3.4"
|
||||
env: TEST_SUITE=static-analysis
|
||||
- python: "3.4"
|
||||
env: TEST_SUITE=lint-all
|
||||
env: TEST_SUITE=py3-backend
|
||||
sudo: required
|
||||
# command to run tests
|
||||
script:
|
||||
|
|
|
@ -13,3 +13,5 @@ else
|
|||
cat tools/travis/py3_lint_all_error_msg.txt
|
||||
exit 1
|
||||
fi
|
||||
|
||||
tools/test-migrations
|
Loading…
Reference in New Issue