Update travis config

This commit is contained in:
leafOfTree
2021-03-11 16:29:38 +08:00
parent 8e61377bdd
commit 36101b1f31

View File

@@ -1,3 +1,5 @@
dist: focal
language: minimal language: minimal
install: install:
@@ -7,7 +9,6 @@ install:
- git clone https://github.com/kchmck/vim-coffee-script ../vim-coffee-script --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/leafgarland/typescript-vim ../typescript-vim --depth=1
- git clone https://github.com/iloginow/vim-stylus.git ../vim-stylus --depth=1 - git clone https://github.com/iloginow/vim-stylus.git ../vim-stylus --depth=1
- git clone https://github.com/mrk21/yaml-vim ../yaml-vim --depth=1
script: script:
- bash ../test/start.sh vue vim-vue-plugin - bash ../test/start.sh vue vim-vue-plugin