From 01066037baa8d7734551f740bbbb7aca4ad54f73 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 25 Nov 2014 13:26:56 +0100 Subject: [PATCH] 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. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db900ee..fe5bf27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,12 @@ language: vim before_script: | + hg clone https://vim.googlecode.com/hg vim + make -C ./vim git clone https://github.com/junegunn/vader.vim.git script: | - vim -XNu <(cat << EOF + VIMRUNTIME=vim/runtime vim/src/vim -XNu <(cat << EOF filetype off set runtimepath+=vader.vim set runtimepath+=.