commit | 435f9f06cac02c1d2e5c52435d36e80f4ad2a8bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 21:40:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 21:40:16 2019 +0200 |
tree | 134b8a742fcab1b3941fe9270322dd424c96abd2 | |
parent | 9ee3d161f715de9e68ba60c17e3893107bb7c42a [diff] [blame] |
patch 8.1.1619: tests are not run with GUI on Travis Problem: Tests are not run with GUI on Travis. Solution: Add a testgui job. (Ozaki Kiichi, closes #4609)
diff --git a/src/version.c b/src/version.c index 10e4c40..e86b5bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1619, +/**/ 1618, /**/ 1617,