update .travis.yml: tweak indent in install script

This commit is contained in:
itchyny
2017-04-21 23:44:28 +09:00
parent 011b0d51f0
commit 6034e639e8

View File

@@ -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: