From 5608bc6d81d59cf7080c4e3dfb3e68ecf4549573 Mon Sep 17 00:00:00 2001 From: Saif Ur Rehman Date: Fri, 7 Dec 2018 23:04:28 +0500 Subject: [PATCH] Added root password to .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d77f9ef5ae..fd8f465f55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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