From f2a3913614427484ca220de4e1be41638deecca8 Mon Sep 17 00:00:00 2001 From: Chris Vincent Date: Sun, 26 Apr 2020 00:42:26 -0600 Subject: [PATCH] Add vim-stylus to travis clone list --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cbf653a..12b5695 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ install: - 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