mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-16 15:33:49 -05:00
stop installing the latest Vim on Travis
This commit is contained in:
@@ -3,10 +3,7 @@ language: generic
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone --depth=1 https://github.com/vim/vim /tmp/vim
|
|
||||||
- (cd /tmp/vim && ./configure --prefix=$HOME/vim && make && make 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
|
||||||
- export PATH=$HOME/vim/bin/:$PATH
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vim --version
|
- vim --version
|
||||||
|
|||||||
Reference in New Issue
Block a user