# HG changeset patch # User Christian Brabandt # Date 1487878206 -3600 # Node ID 67e37bdb58645d767b895dc301deae0e418c74fd # Parent 0a43d8aea17b97b92555d9ca940ebb07716a4aaa patch 8.0.0363: Travis is too slow to keep up with patches commit https://github.com/vim/vim/commit/3834e3d039777e0144914a86289870bee147c0a2 Author: Bram Moolenaar Date: Thu Feb 23 20:20:53 2017 +0100 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 diff --git a/.travis.yml b/.travis.yml --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 363, +/**/ 362, /**/ 361,