comparison 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
comparison
equal deleted inserted replaced
17664:7fdabc8f95e1 17665:1a554fc58d59
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1830,
772 /**/ 774 /**/
773 1829, 775 1829,
774 /**/ 776 /**/
775 1828, 777 1828,
776 /**/ 778 /**/