From 1cf42bb2654dd07928c0d02dc415350970d0105c Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Wed, 28 Dec 2016 19:43:54 +0800 Subject: [PATCH] Set clone depth=1 in Travis CI to speed it up --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2630f5c10..0cadda233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: - VERSION=2.1 VARIANT=alpine install: - - git clone https://github.com/docker-library/official-images.git ~/official-images + - git clone --depth 1 https://github.com/docker-library/official-images.git ~/official-images before_script: - env | sort