diff src/version.c @ 17665:1a554fc58d59 v8.1.1830

patch 8.1.1830: Travis does not report error when tests fail commit https://github.com/vim/vim/commit/a576f50662a7eb8cb14254ffba15fdd9114b86e1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 8 22:02:35 2019 +0200 patch 8.1.1830: Travis does not report error when tests fail Problem: Travis does not report error when tests fail. Solution: Explicitly do "exit 1".
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Aug 2019 22:15:05 +0200
parents 403ac78df9a0
children 923154c51bef
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1830,
+/**/
     1829,
 /**/
     1828,