Travis Fix: bench reinstall pass MariaDB root user/pass as arguments (#16173)

* Added root password to .travis.yml

* Rearranged arguments
This commit is contained in:
Saif 2018-12-10 17:23:09 +05:00 committed by Rushabh Mehta
parent 3d82b74ea4
commit c953fae0b4

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
- 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