[前][次][番号順一覧][スレッド一覧]

ruby-changes:68427

From: Nobuyoshi <ko1@a...>
Date: Wed, 13 Oct 2021 19:06:04 +0900 (JST)
Subject: [ruby-changes:68427] 275b55aea4 (master): Revert "Shallow clone on TravisCI"

https://git.ruby-lang.org/ruby.git/commit/?id=275b55aea4

From 275b55aea486a244f035e7591208a50f00ea1411 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
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(-)

diff --git a/.travis.yml b/.travis.yml
index e08f6b248c..c47de4b80a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,6 @@ os: linux https://github.com/ruby/ruby/blob/trunk/.travis.yml#L16
 dist: focal
 
 git:
-  depth: 1
   quiet: true
 
 cache:
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]