From e04d60d63f699f015cb6968db734710fb78a5563 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Fri, 11 Oct 2019 17:43:17 +0800 Subject: [PATCH] Update travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26832af..eca6535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: minimal install: - - git clone --single-branch -b vim-vue-plugin --depth=1 https://github.com/leafOfTree/test ../test + - git clone --depth=1 https://github.com/leafOfTree/test ../test script: - - bash ../test/src/test.sh + - bash ../test/start.sh vue vim-vue-plugin