fix(travis): Remove unncessary actions

This commit is contained in:
Aditya Hase 2019-07-04 20:06:56 +05:30
parent a4f5ff1f91
commit 837c51a67f

View file

@ -15,13 +15,11 @@ install:
- git clone https://github.com/adityahase/bench --depth 1 --branch faster
- pip install -e ./bench
- rm $TRAVIS_BUILD_DIR/.git/shallow
- cd ~/ && bench init frappe-bench --skip-assets --python $(which python) --frappe-path $TRAVIS_BUILD_DIR
- cp -r $TRAVIS_BUILD_DIR/test_sites/test_site ~/frappe-bench/sites/
before_script:
- cd ~/frappe-bench
- sed -i 's/9000/9001/g' sites/common_site_config.json
- bench start &
- sleep 10