fix(travis): Do not disable scheduler using CLI

This commit is contained in:
Aditya Hase 2019-07-25 21:21:54 +05:30
parent 6f025e7b4f
commit 6e2fa02c56

View File

@ -57,7 +57,6 @@ before_script:
- cd ~/frappe-bench
- bench get-app erpnext $TRAVIS_BUILD_DIR
- bench --site test_site reinstall --mariadb-root-username root --mariadb-root-password travis --yes
- bench --site test_site scheduler disable
- sed -i 's/9000/9001/g' sites/common_site_config.json
- bench start &
- sleep 10