perf(travis): Do not build assets

This commit is contained in:
Aditya Hase 2019-07-25 21:28:15 +05:30
parent 30628b016b
commit e31284189f

View File

@ -38,7 +38,7 @@ install:
- pip install -e ./bench
- git clone https://github.com/frappe/frappe --branch $TRAVIS_BRANCH --depth 1
- bench init --frappe-path ~/frappe --python $(which python) frappe-bench
- bench init --skip-assets --frappe-path ~/frappe --python $(which python) frappe-bench
- mkdir ~/frappe-bench/sites/test_site
- cp -r $TRAVIS_BUILD_DIR/.travis/site_config.json ~/frappe-bench/sites/test_site/