fix(travis): sudo is unncessary here
This commit is contained in:
parent
78dcaefef4
commit
7ecfcbd152
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ install:
|
|||
- source ~/.nvm/nvm.sh
|
||||
- nvm install v8.10.0
|
||||
|
||||
- sudo pip install -e ~/bench
|
||||
- pip install -e ~/bench
|
||||
|
||||
- rm $TRAVIS_BUILD_DIR/.git/shallow
|
||||
- cd ~/ && bench init frappe-bench --python $(which python) --frappe-path $TRAVIS_BUILD_DIR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue