Fix travis-ci build

This commit is contained in:
Junegunn Choi
2014-09-08 16:30:45 +09:00
parent cbb005ee71
commit 09167c79c9
2 changed files with 4 additions and 2 deletions

View File

@@ -2,12 +2,14 @@ language: vim
before_script: |
git clone https://github.com/junegunn/vader.vim.git
git clone https://github.com/tpope/vim-repeat
script: |
vim -Nu <(cat << VIMRC
filetype off
set rtp+=vader.vim
set rtp+=vim-repeat
set rtp+=.
set rtp+=after
filetype plugin indent on
syntax enable
VIMRC) -c 'Vader! test/*' > /dev/null