fix(travis): Do not execute install.py
diff --git a/.travis.yml b/.travis.yml
index c51c6b0..047a986 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,10 +30,11 @@
script: bench migrate
install:
+ - cd ~
- nvm install 10
- - wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
- - sudo python install.py --develop --user travis --without-bench-setup
- - sudo pip install -e ~/bench
+
+ - git clone https://github.com/frappe/bench --depth 1
+ - pip install -e ./bench
- rm $TRAVIS_BUILD_DIR/.git/shallow
- bash $TRAVIS_BUILD_DIR/travis/bench_init.sh