From 6fd9c8dee62519291cc44bb2406f8d74838121c8 Mon Sep 17 00:00:00 2001 From: Aditya Hase Date: Thu, 4 Jul 2019 20:05:14 +0530 Subject: [PATCH] fix(travis): Do not build assets --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ba0c967e7..65c78b7064 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: