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

This commit is contained in:
Aditya Hase 2019-07-25 21:38:07 +05:30
parent 5542af9be8
commit 4b680178be

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: