mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
14 lines
411 B
YAML
14 lines
411 B
YAML
|
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
|