Skip to content

Commit 4bc2f2e

Browse files
committed
patch 8.0.0249: CI failure when a submit is close to previous one
Problem: When two submits happen quick after each other, the tests for the first one may error out. Solution: Use a git depth of 10 instead of 1. (Christian Brabandt)
1 parent 45600ce commit 4bc2f2e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.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: 1
28+
depth: 10
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+
249,
767769
/**/
768770
248,
769771
/**/

0 commit comments

Comments
 (0)