From 275b55aea486a244f035e7591208a50f00ea1411 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 13 Oct 2021 19:04:46 +0900 Subject: Revert "Shallow clone on TravisCI" This reverts commit 10d2341640c57544ca81bd21cfa60a6aff015692. TravisCI clones the head of the target branch, and it may not be the target commit at that time. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e08f6b248c..c47de4b80a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ os: linux dist: focal git: - depth: 1 quiet: true cache: -- cgit v1.2.1