commit | b6be3ea45b3bb260d475ba63620252ce2963c560 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 18:30:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 18:30:39 2016 +0100 |
tree | 69ee841cb153c06b33ac96f86445af34e9132e87 | |
parent | 2b946c9f9b0e0fd805fb8f3e4c16e0a68ae13129 [diff] [blame] |
patch 8.0.0080 Problem: The OS X build fails on Travis. Solution: Skip the virtual framebuffer on OS X.
diff --git a/src/version.c b/src/version.c index 88adc6d..d4b84c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 80, +/**/ 79, /**/ 78,