mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +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
|