Tests: use the latest Vim
Testing on travis-ci would fail due to a bug in Vim 7.3. Tests now compile the latest Vim from source before testing.
This commit is contained in:
parent
8c3ff7f727
commit
01066037ba
|
@ -1,10 +1,12 @@
|
||||||
language: vim
|
language: vim
|
||||||
|
|
||||||
before_script: |
|
before_script: |
|
||||||
|
hg clone https://vim.googlecode.com/hg vim
|
||||||
|
make -C ./vim
|
||||||
git clone https://github.com/junegunn/vader.vim.git
|
git clone https://github.com/junegunn/vader.vim.git
|
||||||
|
|
||||||
script: |
|
script: |
|
||||||
vim -XNu <(cat << EOF
|
VIMRUNTIME=vim/runtime vim/src/vim -XNu <(cat << EOF
|
||||||
filetype off
|
filetype off
|
||||||
set runtimepath+=vader.vim
|
set runtimepath+=vader.vim
|
||||||
set runtimepath+=.
|
set runtimepath+=.
|
||||||
|
|
Loading…
Reference in a new issue