From 8bcc99b821706fe4a0a4b8e1b588d453bbf0dfbd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 28 Jul 2017 13:45:16 +0200 Subject: [PATCH] patch 8.0.0786: build failures on Travis Problem: Build failures on Travis. Solution: Go back to precise termporarily. Disable coverage with clang. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/version.c b/src/version.c index d66326e87..174524a06 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 786, /**/ 785, /**/ -- 2.50.1