diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-19 13:46:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-19 13:46:50 +0100 |
commit | b2e54b009279754e420c992a5e4ec05b0728d915 (patch) | |
tree | 5c8f54efa62ca2da4df5754b17b1f9faacb9109b /src/version.c | |
parent | 2bf60b300188a7a733408a21a9716362ef4e2c44 (diff) | |
download | vim-git-b2e54b009279754e420c992a5e4ec05b0728d915.tar.gz |
patch 8.1.0776: Travis does not build a version without GUI on Linuxv8.1.0776
Problem: Travis does not build a version without GUI on Linux.
Solution: Add an environment for tiny features without GUI.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 8584fceee..da4b2b6f3 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 776, +/**/ 775, /**/ 774, |