File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 5555install :
5656 - phpenv config-rm xdebug.ini || true
5757 - bash ./install-re2c $RE2C_VERSION
58- - bash ./install-development --phpize $(phpenv which phpize) --php-config $(phpenv which php-config)
58+ - bash ./install-development --phpize $(phpenv which phpize) --php-config $(phpenv which php-config) || true
59+ - if [ -f "${TRAVIS_BUILD_DIR}/config.log" ]; then cat "${TRAVIS_BUILD_DIR}/config.log"; fi
5960
6061script :
6162 - bash ${TRAVIS_BUILD_DIR}/tests/ci/run-tests.sh
Original file line number Diff line number Diff line change @@ -200,6 +200,8 @@ if [ "$(uname -s 2>/dev/null)" = "Darwin" ]; then
200200 aclocal && ${LIBTOOLIZE_BIN} --force && autoheader && autoconf
201201fi
202202
203+ ./configure --help
204+
203205./configure \
204206 --with-php-config=${PHPCONFIG_BIN} \
205207 --enable-zephir_parser
You can’t perform that action at this time.
0 commit comments