fix(travis): Do not build assets
This commit is contained in:
parent
fbd7387436
commit
6fd9c8dee6
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue