diff .travis.yml @ 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 ce962e2644bf
children c90ca5b9fc0d
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