mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 05:34:44 +08:00
13 lines
482 B
YAML
13 lines
482 B
YAML
language: minimal
|
|
|
|
install:
|
|
- git clone --depth=1 https://github.com/leafOfTree/test ../test
|
|
|
|
- git clone https://github.com/digitaltoad/vim-pug ../vim-pug --depth=1
|
|
- git clone https://github.com/kchmck/vim-coffee-script ../vim-coffee-script --depth=1
|
|
- git clone https://github.com/leafgarland/typescript-vim ../typescript-vim --depth=1
|
|
- git clone https://github.com/iloginow/vim-stylus.git ../vim-stylus --depth=1
|
|
|
|
script:
|
|
- bash ../test/start.sh vue vim-vue-plugin
|