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