From 3834e3d039777e0144914a86289870bee147c0a2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 23 Feb 2017 20:20:53 +0100 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0ab1333388..2315742483 100644 --- 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 -- cgit v1.2.3