]> granicus.if.org Git - vim/commitdiff
patch 8.0.0249: CI failure when a submit is close to previous one v8.0.0249
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Jan 2017 21:20:13 +0000 (22:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Jan 2017 21:20:13 +0000 (22:20 +0100)
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)

.travis.yml
src/version.c

index 44e320c27cbce673544b9db2ae0cc121ebbd7cc8..0ab13333888dcec37f2601f25070d626db88d549 100644 (file)
@@ -25,7 +25,7 @@ env:
 sudo: false
 
 git:
-  depth: 1
+  depth: 10
 
 # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
 # exclude some builds on mac os x and linux
index 11259921b0e671c9dc7d2bcc835bcf735cbce21e..b543b273a0b37dd0167d93714927b11246e6466e 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    249,
 /**/
     248,
 /**/