From 10d2341640c57544ca81bd21cfa60a6aff015692 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 13 Oct 2021 14:11:19 +0900 Subject: Shallow clone on TravisCI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c47de4b80a..e08f6b248c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ os: linux dist: focal git: + depth: 1 quiet: true cache: -- cgit v1.2.1