From: Bram Moolenaar Date: Thu, 8 Aug 2019 20:02:35 +0000 (+0200) Subject: patch 8.1.1830: Travis does not report error when tests fail X-Git-Tag: v8.1.1830 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a576f50662a7eb8cb14254ffba15fdd9114b86e1;p=vim 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". --- diff --git a/.travis.yml b/.travis.yml index cff5c447a..085d3c5b3 100644 --- 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 diff --git a/src/version.c b/src/version.c index 4c2a83f7c..3fd1fe122 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1830, /**/ 1829, /**/