Skip to content

Commit f6bdbe1

Browse files
committed
[travis] Correct configure line for php-libev
1 parent 766105d commit f6bdbe1

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
@@ -10,7 +10,7 @@ before_script:
1010
- sh -c " if [ \"\$(php --re libevent | grep 'does not exist')\" != '' ]; then
1111
(yes '' | pecl install libevent-beta)
1212
fi"
13-
- (git clone --recursive https://github.com/m4rw3r/php-libev && cd php-libev && phpize && ./configure && make && make install)
13+
- (git clone --recursive https://github.com/m4rw3r/php-libev && cd php-libev && phpize && ./configure --with-libev && make && make install)
1414
- echo "extension=libev.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
1515
- composer self-update
1616
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)