patch 8.1.1317: output from Travis can be improved

Problem:    Output from Travis can be improved.
Solution:   Add section headers.  Handle errors better. (closes #4098)
This commit is contained in:
Bram Moolenaar
2019-05-11 14:34:13 +02:00
parent d6896731ec
commit dc9f9e93f5
3 changed files with 15 additions and 6 deletions

2
configure vendored
View File

@ -3,4 +3,4 @@
# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.
cd src && exec ./configure "$@"
cd "${SRCDIR:-src}" && exec ./configure "$@"