mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 05:34:44 +08:00
8 lines
167 B
YAML
8 lines
167 B
YAML
language: minimal
|
|
|
|
install:
|
|
- git clone --single-branch -b vim-vue-plugin --depth=1 https://github.com/leafOfTree/test ../test
|
|
|
|
script:
|
|
- bash ../test/src/test.sh
|