comparison .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
comparison
equal deleted inserted replaced
17664:7fdabc8f95e1 17665:1a554fc58d59
143 cat if_ver.txt 143 cat if_ver.txt
144 fi 144 fi
145 - | 145 - |
146 if do_test make ${SHADOWOPT} ${TEST}; then 146 if do_test make ${SHADOWOPT} ${TEST}; then
147 echo -en "travis_fold:end:test\\r\\033[0K" 147 echo -en "travis_fold:end:test\\r\\033[0K"
148 else
149 exit 1
148 fi 150 fi
149 151
150 152
151 # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env), 153 # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
152 # exclude some builds on mac os x and linux 154 # exclude some builds on mac os x and linux