From df6f121ea2f7e876862a25dcd189c7108abbbc78 Mon Sep 17 00:00:00 2001 From: Aditya Hase Date: Thu, 4 Jul 2019 21:12:13 +0530 Subject: [PATCH] perf(travis): Use --depth 1 while performing git clone --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0ec9ee5349..bc4d4beb8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,9 @@ addons: hosts: - test_site +git: + depth: 1 + cache: - pip