commit | 5608bc6d81d59cf7080c4e3dfb3e68ecf4549573 | [log] [tgz] |
---|---|---|
author | Saif Ur Rehman <saifi0102@gmail.com> | Fri Dec 07 23:04:28 2018 +0500 |
committer | Saif Ur Rehman <saifi0102@gmail.com> | Fri Dec 07 23:04:28 2018 +0500 |
tree | be3db5454ad8caeecf7497c4f2995d1db10f3c6e | |
parent | 67db77cfa8f4fb236917332b06a71073d31e0e8f [diff] [blame] |
Added root password to .travis.yml
diff --git a/.travis.yml b/.travis.yml index d77f9ef..fd8f465 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -33,7 +33,7 @@ - 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