Skip to content

Commit 3834e3d

Browse files
committed
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
1 parent 10c6029 commit 3834e3d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
sudo: false
2626

2727
git:
28-
depth: 10
28+
depth: 20
2929

3030
# instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
3131
# exclude some builds on mac os x and linux

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
363,
767769
/**/
768770
362,
769771
/**/

0 commit comments

Comments
 (0)