mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
11 lines
493 B
YAML
11 lines
493 B
YAML
|
language: viml
|
||
|
install:
|
||
|
- git clone https://github.com/thinca/vim-themis --branch v1.5 --single-branch --depth 1 /tmp/vim-themis
|
||
|
- git clone https://github.com/syngan/vim-vimlint /tmp/vim-vimlint
|
||
|
- git clone https://github.com/ynkdir/vim-vimlparser /tmp/vim-vimlparser
|
||
|
before_script:
|
||
|
- vim --version
|
||
|
script:
|
||
|
- /tmp/vim-themis/bin/themis --reporter spec
|
||
|
- sh /tmp/vim-vimlint/bin/vimlint.sh -l /tmp/vim-vimlint -p /tmp/vim-vimlparser -e EVL102.l:_=1 -c func_abort=1 plugin autoload
|