Skip to content

Commit 7f595a4

Browse files
committed
Fixed Travis CI build
1 parent 1e9d250 commit 7f595a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ install:
6666
cd $TRAVIS_BUILD_DIR
6767
- |
6868
$(phpenv which phpize)
69-
/configure --with-php-config=$(phpenv which php-config) --enable-zephir_parser
69+
./configure --with-php-config=$(phpenv which php-config) --enable-zephir_parser
7070
make -j"$(getconf _NPROCESSORS_ONLN)"
7171
make install
7272
phpenv config-add zephir_parser.ini

0 commit comments

Comments
 (0)