Skip to content

Commit 34eddd8

Browse files
authored
Limit Travis git checkout tp last 5 commits
This is a forward port of PR #15016. Check it for details on why exactly 5 etc.
1 parent b16dfc6 commit 34eddd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ language: php
1818
php:
1919
- 7.1
2020
- 7.2
21+
git:
22+
depth: 5
2123
env:
2224
global:
2325
- COMPOSER_BIN_DIR=~/bin

0 commit comments

Comments
 (0)