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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy