From: Ivan Maidanski Date: Mon, 27 Feb 2017 21:38:51 +0000 (+0300) Subject: Travis CI: Output config.h content X-Git-Tag: v7.4.6~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=894b39ec07034f078bb5902c19e6c432218d6988;p=gc Travis CI: Output config.h content (Cherry-pick commit 631a74a from 'master' branch.) --- diff --git a/.travis.yml b/.travis.yml index f4f562b6..95f3c9dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,4 +56,5 @@ install: script: - ./configure $CONF_OPTIONS + - cat include/config.h - make -j check CFLAGS_EXTRA="$CFLAGS_EXTRA"