Skip to content

Commit 79429c7

Browse files
committed
Don't install ext-libevent on PHP 7.3
1 parent 0c48760 commit 79429c7

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
@@ -15,7 +15,8 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
1515
# install 'libevent' PHP extension (does not support php 7)
1616
if [[ "$TRAVIS_PHP_VERSION" != "7.0" &&
1717
"$TRAVIS_PHP_VERSION" != "7.1" &&
18-
"$TRAVIS_PHP_VERSION" != "7.2" ]]; then
18+
"$TRAVIS_PHP_VERSION" != "7.2" &&
19+
"$TRAVIS_PHP_VERSION" != "7.3" ]]; then
1920
curl http://pecl.php.net/get/libevent-0.1.0.tgz | tar -xz
2021
pushd libevent-0.1.0
2122
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