# HG changeset patch # User Matt Johnston # Date 1520147381 -28800 # Node ID 8c1f762c6e9d4a6462a8f4ca789f79f6ca8f03ee # Parent fdadac70ee67f831e3d2eab3f01a47ba2ff287ed print config.log on failure diff -r fdadac70ee67 -r 8c1f762c6e9d .travis.yml --- a/.travis.yml Sun Mar 04 15:00:51 2018 +0800 +++ b/.travis.yml Sun Mar 04 15:09:41 2018 +0800 @@ -42,7 +42,7 @@ install: - autoconf - autoheader - - ./configure $CONFIGURE_FLAGS CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS $EXTRACFLAGS" --prefix="$HOME/inst" + - ./configure $CONFIGURE_FLAGS CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS $EXTRACFLAGS" --prefix="$HOME/inst" || (cat config.log; exit 1) - if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi - make -j3 - test -z $DO_FUZZ || make fuzzstandalone