fix(travis): Execute get-app before bench start

This commit is contained in:
Aditya Hase 2019-07-25 21:38:07 +05:30
parent 50e2d4aa6a
commit 6076443b6b

View File

@ -67,8 +67,8 @@ before_script:
- sed -i 's/socketio:/# socketio:/g' Procfile
- sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile
- bench start &
- bench get-app erpnext $TRAVIS_BUILD_DIR
- bench start &
- bench --site test_site reinstall --yes
after_script: