comparison .travis.yml @ 17340:ce962e2644bf v8.1.1669

patch 8.1.1669: Travis: test results section is closed even when failed commit https://github.com/vim/vim/commit/efef9fea7227e259e1ec073ab7dbfb5670711d74 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 12 18:45:40 2019 +0200 patch 8.1.1669: Travis: test results section is closed even when failed Problem: Travis: test results section is closed even when some tests failed. Solution: Only close the section on success. (Daniel Hahler, closes #4659)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jul 2019 19:00:07 +0200
parents 5d09e015a367
children 1a554fc58d59
comparison
equal deleted inserted replaced
17339:b8c348aabb60 17340:ce962e2644bf
140 "${SRCDIR}"/vim --version 140 "${SRCDIR}"/vim --version
141 "${SRCDIR}"/vim --not-a-term -u NONE -S "${SRCDIR}"/testdir/if_ver-1.vim -c quit > /dev/null 141 "${SRCDIR}"/vim --not-a-term -u NONE -S "${SRCDIR}"/testdir/if_ver-1.vim -c quit > /dev/null
142 "${SRCDIR}"/vim --not-a-term -u NONE -S "${SRCDIR}"/testdir/if_ver-2.vim -c quit > /dev/null 142 "${SRCDIR}"/vim --not-a-term -u NONE -S "${SRCDIR}"/testdir/if_ver-2.vim -c quit > /dev/null
143 cat if_ver.txt 143 cat if_ver.txt
144 fi 144 fi
145 - do_test make ${SHADOWOPT} ${TEST} 145 - |
146 - echo -en "travis_fold:end:test\\r\\033[0K" 146 if do_test make ${SHADOWOPT} ${TEST}; then
147 echo -en "travis_fold:end:test\\r\\033[0K"
148 fi
149
147 150
148 # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env), 151 # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env),
149 # exclude some builds on mac os x and linux 152 # exclude some builds on mac os x and linux
150 # on mac os x "tiny" is always without GUI 153 # on mac os x "tiny" is always without GUI
151 # linux: 2*compiler + 5*env + mac: 2*compiler + 2*env 154 # linux: 2*compiler + 5*env + mac: 2*compiler + 2*env