mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
11 lines
235 B
YAML
11 lines
235 B
YAML
|
language: bash
|
||
|
|
||
|
before_script:
|
||
|
- sudo apt-get update -qq
|
||
|
- sudo apt-get install -y vim
|
||
|
- sudo apt-get install -y bash
|
||
|
- git clone https://github.com/complex857/vimunit vimunit
|
||
|
|
||
|
script:
|
||
|
- cd tests/; bash runtests.sh
|