We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cbe29 commit b06cce2Copy full SHA for b06cce2
.travis.yml
@@ -49,11 +49,11 @@ before_install:
49
install:
50
- .ci/install-re2c.sh
51
- phpize
52
- - >
53
- ./configure
54
- --with-php-config=$(phpenv which php-config)
55
- --enable-zephir-parser
56
- --enable-zephir-parser-debug
+ - |
+ ./configure \
+ --with-php-config=$(phpenv which php-config) \
+ --enable-zephir-parser \
+ --enable-zephir-parser-debug \
57
--enable-coverage
58
- make $MAKEJOBS
59
0 commit comments