Add Travis CI support
This commit is contained in:
parent
4b38f10f3f
commit
62512237a5
2 changed files with 15 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue