# HG changeset patch # User Christian Brabandt # Date 1501243205 -7200 # Node ID 4851ff0e15286bee547f8666dce668fb6358aaae # Parent 6aaaa8cac3e806c6f226e2feff9f9cd926fafdba patch 8.0.0786: build failures on Travis commit https://github.com/vim/vim/commit/8bcc99b821706fe4a0a4b8e1b588d453bbf0dfbd Author: Bram Moolenaar Date: Fri Jul 28 13:45:16 2017 +0200 patch 8.0.0786: build failures on Travis Problem: Build failures on Travis. Solution: Go back to precise termporarily. Disable coverage with clang. diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 786, +/**/ 785, /**/ 784,