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 1e9d250 commit 7f595a4Copy full SHA for 7f595a4
.travis.yml
@@ -66,7 +66,7 @@ install:
66
cd $TRAVIS_BUILD_DIR
67
- |
68
$(phpenv which phpize)
69
- /configure --with-php-config=$(phpenv which php-config) --enable-zephir_parser
+ ./configure --with-php-config=$(phpenv which php-config) --enable-zephir_parser
70
make -j"$(getconf _NPROCESSORS_ONLN)"
71
make install
72
phpenv config-add zephir_parser.ini
0 commit comments