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 766105d commit f6bdbe1Copy full SHA for f6bdbe1
.travis.yml
@@ -10,7 +10,7 @@ before_script:
10
- sh -c " if [ \"\$(php --re libevent | grep 'does not exist')\" != '' ]; then
11
(yes '' | pecl install libevent-beta)
12
fi"
13
- - (git clone --recursive https://github.com/m4rw3r/php-libev && cd php-libev && phpize && ./configure && make && make install)
+ - (git clone --recursive https://github.com/m4rw3r/php-libev && cd php-libev && phpize && ./configure --with-libev && make && make install)
14
- echo "extension=libev.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
15
- composer self-update
16
- composer install --dev --prefer-source
0 commit comments