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 7956064 commit b4cbe29Copy full SHA for b4cbe29
.travis.yml
@@ -49,18 +49,11 @@ before_install:
49
install:
50
- .ci/install-re2c.sh
51
- phpize
52
- - |
53
- if [ $COVERAGE = "ON" ]; then
54
- aclocal
55
- libtoolize --copy --force
56
- autoheader
57
- autoconf
58
- fi
59
60
- ./configure \
61
- --with-php-config=$(phpenv which php-config) \
62
- --enable-zephir-parser \
63
- --enable-zephir-parser-debug \
+ - >
+ ./configure
+ --with-php-config=$(phpenv which php-config)
+ --enable-zephir-parser
+ --enable-zephir-parser-debug
64
--enable-coverage
65
- make $MAKEJOBS
66
0 commit comments