changeset 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 7fdabc8f95e1
children 460af4da8fa6
files .travis.yml src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml
+++ b/.travis.yml
@@ -145,6 +145,8 @@ script:
   - |
     if do_test make ${SHADOWOPT} ${TEST}; then
       echo -en "travis_fold:end:test\\r\\033[0K"
+    else
+      exit 1
     fi
 
 
--- 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,