2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Fix travis steps

This commit is contained in:
Oliver Walters 2019-09-01 22:31:21 +10:00
parent d9cc03c5ca
commit 6212c2aeda

View File

@ -10,7 +10,7 @@ addons:
-sqlite3 -sqlite3
before_install: before_install:
- make requirements - make install
- make setup - make setup
- make migrate - make migrate