mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-12 21:43:50 -05:00
update .travis.yml: tweak indent in install script
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -5,13 +5,13 @@ sudo: false
|
|||||||
install:
|
install:
|
||||||
- git clone --depth=1 https://github.com/thinca/vim-themis /tmp/themis
|
- git clone --depth=1 https://github.com/thinca/vim-themis /tmp/themis
|
||||||
- (if ! test -d $HOME/vim-$VIM_VERSION/bin; then
|
- (if ! test -d $HOME/vim-$VIM_VERSION/bin; then
|
||||||
git clone https://github.com/vim/vim $HOME/vim &&
|
git clone https://github.com/vim/vim $HOME/vim &&
|
||||||
cd $HOME/vim &&
|
cd $HOME/vim &&
|
||||||
git checkout v$VIM_VERSION &&
|
git checkout v$VIM_VERSION &&
|
||||||
./configure --prefix=$HOME/vim-$VIM_VERSION &&
|
./configure --prefix=$HOME/vim-$VIM_VERSION &&
|
||||||
make &&
|
make &&
|
||||||
make install;
|
make install;
|
||||||
fi)
|
fi)
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
Reference in New Issue
Block a user