Fixed cwd for .travis.yml
This commit is contained in:
parent
73749911f8
commit
f5d26a83f5
|
|
@ -12,7 +12,7 @@ addons:
|
|||
before_install:
|
||||
- make install
|
||||
- make migrate
|
||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput
|
||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..
|
||||
|
||||
script:
|
||||
- git ls-files --exclude-standard --others
|
||||
|
|
|
|||
Loading…
Reference in New Issue