mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-09 18:33:49 -05:00
Fix travis-ci build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user