Skip to content

Commit a9b2a15

Browse files
committed
Re-enable LibEv tests on Travis
1 parent b213e33 commit a9b2a15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/travis-init.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "\$(php --re libevent | grep 'does n
77
cd libevent-0.0.5 && phpize && ./configure && make && sudo make install && cd ../;
88
echo "extension=libevent.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`;
99
fi
10+
1011
echo "yes" | pecl install event
12+
13+
(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+
1116
composer self-update
1217
composer install --dev --prefer-source

0 commit comments

Comments
 (0)