0
0
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:
Bram Moolenaar
2017-02-23 20:20:53 +01:00
parent 10c6029e28
commit 3834e3d039
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
363,
/**/
362,
/**/