switch to neobundle
This commit is contained in:
parent
6cef5c101f
commit
5a1c95140f
57 changed files with 9901 additions and 1958 deletions
13
.vim/bundle/neobundle.vim/.travis.yml
Normal file
13
.vim/bundle/neobundle.vim/.travis.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
language: viml
|
||||
|
||||
sudo: false
|
||||
|
||||
before_script:
|
||||
- vim --version
|
||||
- git clone https://github.com/syngan/vim-vimlint /tmp/vim-vimlint
|
||||
- git clone https://github.com/ynkdir/vim-vimlparser /tmp/vim-vimlparser
|
||||
- git clone https://github.com/thinca/vim-themis
|
||||
|
||||
script:
|
||||
- sh /tmp/vim-vimlint/bin/vimlint.sh -l /tmp/vim-vimlint -p /tmp/vim-vimlparser -e EVL103=1 -e EVL102.l:_=1 autoload
|
||||
- make test
|
||||
Loading…
Add table
Add a link
Reference in a new issue