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

View File

@@ -1,4 +1,4 @@
vim-easy-align vim-easy-align ![travis-ci](https://travis-ci.org/junegunn/vim-easy-align.svg?branch=master)
============== ==============
A simple, easy-to-use Vim alignment plugin. A simple, easy-to-use Vim alignment plugin.