Add .travis.yml

This commit is contained in:
Junegunn Choi
2014-04-28 13:25:20 +09:00
parent ba54df53ca
commit 11a6b03e7e

13
.travis.yml Normal file
View 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/*'