Skip to content

Commit c4e48d7

Browse files
committed
Don't install ext-libev on PHP 7.3
1 parent 79429c7 commit c4e48d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis-init.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
3030
# install 'libev' PHP extension (does not support php 7)
3131
if [[ "$TRAVIS_PHP_VERSION" != "7.0" &&
3232
"$TRAVIS_PHP_VERSION" != "7.1" &&
33-
"$TRAVIS_PHP_VERSION" != "7.2" ]]; then
33+
"$TRAVIS_PHP_VERSION" != "7.2" &&
34+
"$TRAVIS_PHP_VERSION" != "7.3" ]]; then
3435
git clone --recursive https://github.com/m4rw3r/php-libev
3536
pushd php-libev
3637
phpize

0 commit comments

Comments
 (0)