[fix] bench init using correct frappe branch

This commit is contained in:
Anand Doshi
2016-04-07 18:19:56 +05:30
parent c6a695d0f3
commit 6677fd58ef
4 changed files with 9 additions and 34 deletions

View File

@@ -16,7 +16,7 @@ install:
- sudo bash setup_frappe.sh --skip-setup-bench --mysql-root-password travis
- sudo pip install --upgrade pip
- rm $TRAVIS_BUILD_DIR/.git/shallow
- cd ~/ && bench init frappe-bench --frappe-path https://github.com/frappe/frappe.git --frappe-branch develop
- bash $TRAVIS_BUILD_DIR/travis/bench_init.sh
- cp -r $TRAVIS_BUILD_DIR/test_sites/test_site ~/frappe-bench/sites/
script: