stop installing the latest Vim on Travis

This commit is contained in:
itchyny
2016-03-20 01:40:03 +09:00
parent 4e15ea324d
commit e6d52f61a6

View File

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