[fix] --yes for reinstall

This commit is contained in:
Rushabh Mehta 2016-07-24 22:45:09 +05:30
parent ead3ccfd52
commit cc887900e8

View File

@ -23,7 +23,7 @@ script:
- cd ~/frappe-bench
- bench get-app erpnext $TRAVIS_BUILD_DIR
- bench use test_site
- bench reinstall
- bench reinstall --yes
- bench build
- bench start &
- sleep 10