Added root password to .travis.yml

This commit is contained in:
Saif Ur Rehman 2018-12-07 23:04:28 +05:00
parent 67db77cfa8
commit 5608bc6d81

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 --yes --mariadb-root-username root --mariadb-root-password travis
- bench build
- bench scheduler disable
- sed -i 's/9000/9001/g' sites/common_site_config.json