Add Travis CI support

This commit is contained in:
Marco Hinz 2014-11-20 14:48:35 +01:00
parent 4b38f10f3f
commit 62512237a5
2 changed files with 15 additions and 0 deletions

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 --nofork -XNu <(cat << EOF
filetype off
set runtimepath+=vader.vim
set runtimepath+=.
filetype plugin on
syntax enable
set hidden
EOF) -c 'Vader! test/*' >/dev/null