mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-14 14:33:51 -05:00
stop installing the latest Vim on Travis
This commit is contained in:
@@ -3,10 +3,7 @@ language: generic
|
||||
sudo: false
|
||||
|
||||
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
|
||||
- export PATH=$HOME/vim/bin/:$PATH
|
||||
|
||||
script:
|
||||
- vim --version
|
||||
|
||||
Reference in New Issue
Block a user