Skip to content

Commit 8886288

Browse files
authored
Merge pull request #2853 from QartemisT/patch-1
Maximum clone depth is NOT 50...
2 parents d1a12da + d3402d6 commit 8886288

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

user/customizing-the-build.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ For example, in the following screenshot, we pushed commit `ca31c2b` to the bran
8383

8484
## Git Clone Depth
8585

86-
Travis CI can clone repositories to a maximum depth of 50 commits, which is only really useful if you are performing git operations.
87-
8886
> Please note that if you use a depth of 1 and have a queue of jobs, Travis CI won't build commits that are in the queue when you push a new commit.
8987
9088
You can set the [clone depth](https://git-scm.com/docs/git-clone#git-clone---depthltdepthgt) in `.travis.yml`:

0 commit comments

Comments
 (0)