From 5608bc6d81d59cf7080c4e3dfb3e68ecf4549573 Mon Sep 17 00:00:00 2001 From: Saif Ur Rehman Date: Fri, 7 Dec 2018 23:04:28 +0500 Subject: [PATCH 1/2] 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 From 86853296a12e58b07b401013470726ff48347a50 Mon Sep 17 00:00:00 2001 From: Saif Ur Rehman Date: Sat, 8 Dec 2018 00:24:11 +0500 Subject: [PATCH 2/2] Rearranged arguments --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd8f465f55..f20128d2cf 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 --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