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 55
55
install :
56
56
- phpenv config-rm xdebug.ini || true
57
57
- 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
59
60
60
61
script :
61
62
- 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
200
200
aclocal && ${LIBTOOLIZE_BIN} --force && autoheader && autoconf
201
201
fi
202
202
203
+ ./configure --help
204
+
203
205
./configure \
204
206
--with-php-config=${PHPCONFIG_BIN} \
205
207
--enable-zephir_parser
You can’t perform that action at this time.
0 commit comments