Added travis configuration

This commit is contained in:
Karl Yngve Lervåg 2016-03-27 13:45:52 +02:00
parent 6b4b3f72b7
commit 8b0cc3bec2

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
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