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