Files
vim-easy-align/.travis.yml
2014-09-08 16:30:45 +09:00

16 lines
325 B
YAML

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+=.
filetype plugin indent on
syntax enable
VIMRC) -c 'Vader! test/*' > /dev/null