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 429077c commit 5e66968Copy full SHA for 5e66968
travis-init.sh
@@ -45,7 +45,8 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
45
# install 'libuv' PHP extension (does not support php 5)
46
if [[ "$TRAVIS_PHP_VERSION" = "7.0" ||
47
"$TRAVIS_PHP_VERSION" = "7.1" ||
48
- "$TRAVIS_PHP_VERSION" = "7.2" ]]; then
+ "$TRAVIS_PHP_VERSION" = "7.2" ||
49
+ "$TRAVIS_PHP_VERSION" = "7.3" ]]; then
50
echo "yes" | pecl install uv-beta
51
fi
52
0 commit comments