diff --git a/.travis.yml b/.travis.yml index 6f6b2ad..2f4dc61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: focal language: minimal install: - - git clone --depth=1 https://github.com/leafOfTree/test ../test + - git clone https://github.com/leafOfTree/test ../test --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