From 4ac5447bfc796dcd24500713eb50dec28263e81b Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Tue, 7 Jan 2020 11:22:04 +0800 Subject: [PATCH] Fix typos --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4981ac7..cbf653a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ language: minimal install: - git clone --depth=1 https://github.com/leafOfTree/test ../test - - get clone https://github.com/digitaltoad/vim-pug ../vim-pug --depth=1 - - get clone https://github.com/kchmck/vim-coffee-script ../vim-coffee-script --depth=1 - - get clone https://github.com/leafgarland/typescript-vim ../typescript-vim --depth=1 + - 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 script: - bash ../test/start.sh vue vim-vue-plugin