mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 8.0.0363: Travis is too slow to keep up with patches
Problem: Travis is too slow to keep up with patches. Solution: Increase git depth to 20
This commit is contained in:
@@ -25,7 +25,7 @@ env:
|
||||
sudo: false
|
||||
|
||||
git:
|
||||
depth: 10
|
||||
depth: 20
|
||||
|
||||
# instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
|
||||
# exclude some builds on mac os x and linux
|
||||
|
@@ -764,6 +764,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
363,
|
||||
/**/
|
||||
362,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user