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 79429c7 commit c4e48d7Copy full SHA for c4e48d7
travis-init.sh
@@ -30,7 +30,8 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
30
# install 'libev' PHP extension (does not support php 7)
31
if [[ "$TRAVIS_PHP_VERSION" != "7.0" &&
32
"$TRAVIS_PHP_VERSION" != "7.1" &&
33
- "$TRAVIS_PHP_VERSION" != "7.2" ]]; then
+ "$TRAVIS_PHP_VERSION" != "7.2" &&
34
+ "$TRAVIS_PHP_VERSION" != "7.3" ]]; then
35
git clone --recursive https://github.com/m4rw3r/php-libev
36
pushd php-libev
37
phpize
0 commit comments