]> granicus.if.org Git - vim/commitdiff
patch 8.0.0363: Travis is too slow to keep up with patches v8.0.0363
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 19:20:53 +0000 (20:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 19:20:53 +0000 (20:20 +0100)
Problem:    Travis is too slow to keep up with patches.
Solution:   Increase git depth to 20

.travis.yml
src/version.c

index 0ab13333888dcec37f2601f25070d626db88d549..23157424834eb91faf319c0cbb620b262bb31510 100644 (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
index 4df3c3fe159723f95ac1815426eadf086e38c2af..6b2a9f17cbe083bced1badfab43667fbb8420741 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    363,
 /**/
     362,
 /**/