commit | 6e2fa02c56bdfca84c2505abaeb4a6eaf36b1a51 | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Thu Jul 25 21:21:54 2019 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Thu Jul 25 21:21:54 2019 +0530 |
tree | b5f494aa91fad9b7e631566a7fd8dcde1f5a85f5 | |
parent | 6f025e7b4fc5360febaeb09b0af8b65e44c0bfa4 [diff] |
fix(travis): Do not disable scheduler using CLI
diff --git a/.travis.yml b/.travis.yml index 9840ad5..cd593a8 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -57,7 +57,6 @@ - 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