commit | 2b43f7f9f482b845916d308ec4a9dff2ad20e3ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 14:11:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 14:11:16 2019 +0200 |
tree | 22911543d35a61119685278419d0556e20a6a370 | |
parent | 89c00033310a1cad89efd2a7fc873f8969dd4401 [diff] |
patch 8.1.1976: Travis log always shows test output Problem: Travis log always shows test output. Solution: Change script to avoid if/else. (Ozaki Kiichi, closes #4892)
diff --git a/src/version.c b/src/version.c index 191e101..9286ec8 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1976, +/**/ 1975, /**/ 1974,