Rearranged arguments

This commit is contained in:
Saif Ur Rehman 2018-12-08 00:24:11 +05:00
parent 5608bc6d81
commit 86853296a1

View File

@ -33,7 +33,7 @@ before_script:
- cd ~/frappe-bench
- bench get-app erpnext $TRAVIS_BUILD_DIR
- bench use test_site
- bench reinstall --yes --mariadb-root-username root --mariadb-root-password travis
- bench reinstall --mariadb-root-username root --mariadb-root-password travis --yes
- bench build
- bench scheduler disable
- sed -i 's/9000/9001/g' sites/common_site_config.json