fix(travis): Do not build assets

This commit is contained in:
Aditya Hase 2019-07-04 20:05:14 +05:30
parent fbd7387436
commit 6fd9c8dee6

View file

@ -12,11 +12,11 @@ install:
- source ~/.nvm/nvm.sh
- nvm install v8.10.0
- git clone https://github.com/frappe/bench --depth 1
- pip install -e ~/bench
- 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 --python $(which python) --frappe-path $TRAVIS_BUILD_DIR
- 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: