2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-01 17:41:33 +00:00

Fix the travis script to prevent requesting user input

(cherry picked from commit 9253ee2c9a)
This commit is contained in:
Oliver Walters
2019-08-02 21:51:24 +10:00
parent b5f2c9d311
commit 76ed23852a

View File

@@ -10,7 +10,8 @@ addons:
-sqlite3
before_install:
- make install
- make requirements
- make secret
- make migrate
script: