commit | b2e54b009279754e420c992a5e4ec05b0728d915 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 13:46:50 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 13:46:50 2019 +0100 |
tree | 5c8f54efa62ca2da4df5754b17b1f9faacb9109b | |
parent | 2bf60b300188a7a733408a21a9716362ef4e2c44 [diff] |
patch 8.1.0776: Travis does not build a version without GUI on Linux Problem: Travis does not build a version without GUI on Linux. Solution: Add an environment for tiny features without GUI.
diff --git a/src/version.c b/src/version.c index 8584fce..da4b2b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 776, +/**/ 775, /**/ 774,