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 0c48760 commit 79429c7Copy full SHA for 79429c7
travis-init.sh
@@ -15,7 +15,8 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
15
# install 'libevent' PHP extension (does not support php 7)
16
if [[ "$TRAVIS_PHP_VERSION" != "7.0" &&
17
"$TRAVIS_PHP_VERSION" != "7.1" &&
18
- "$TRAVIS_PHP_VERSION" != "7.2" ]]; then
+ "$TRAVIS_PHP_VERSION" != "7.2" &&
19
+ "$TRAVIS_PHP_VERSION" != "7.3" ]]; then
20
curl http://pecl.php.net/get/libevent-0.1.0.tgz | tar -xz
21
pushd libevent-0.1.0
22
phpize
0 commit comments