From 5720b3ae9a8be9eb949731a9a6924b6b987f1f9f Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 8 Feb 2018 01:00:12 +0100 Subject: [PATCH] btrfs-progs: ci: change clone depth to 1 Check only the top commit of a given branch. Signed-off-by: David Sterba --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36713f5..3e6690a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ cache: ccache: true git: - depth: 2 + depth: 1 dist: trusty group: unstable -- 2.7.4