mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-10 10:53:49 -05:00
Add .travis.yml
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
language: vim
|
||||||
|
|
||||||
|
before_script: |
|
||||||
|
git clone https://github.com/junegunn/vader.vim.git
|
||||||
|
|
||||||
|
script: |
|
||||||
|
vim -Nu <(cat << VIMRC
|
||||||
|
filetype off
|
||||||
|
set rtp+=vader.vim
|
||||||
|
set rtp+=.
|
||||||
|
set rtp+=after
|
||||||
|
filetype plugin indent on
|
||||||
|
VIMRC) -c 'Vader! test/*'
|
||||||
Reference in New Issue
Block a user