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

This commit is contained in:
Aditya Hase
2019-07-25 21:38:07 +05:30
parent 172a8f1cea
commit eb6d74217c

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: