Skip to content

Commit

Permalink
build/test: install vroom/python-client from the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tarruda committed Sep 12, 2014
1 parent 3f7162f commit 106724b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install_prebuilt_deps() {

install_vroom() {
(
sudo pip install neovim
sudo pip install git+https://github.com/neovim/python-client.git
git clone git://github.com/google/vroom
cd vroom
python setup.py build
Expand Down

0 comments on commit 106724b

Please sign in to comment.