vimtex/.travis.yml

15 lines
264 B
YAML
Raw Normal View History

2016-03-27 13:45:52 +02:00
language: vim
before_script: |
git clone https://github.com/junegunn/vader.vim.git
script: |
vim -Nu <(cat << VIMRC
set rtp+=vader.vim
set rtp+=.
set rtp+=after
filetype plugin indent on
syntax enable
VIMRC) -c 'Vader! test/vader/*' > /dev/null