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 70e69c2 commit dccd627Copy full SHA for dccd627
bin/compile
@@ -28,7 +28,7 @@ sudo wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
28
29
# don't install pear on master (issue with php 8.0)
30
# this could be a temp issue though
31
-if [[ ! $VERSION =~ ^master$ ]]; then
+if [[ ! $VERSION =~ ^master$ || $VERSION =~ snapshot$]]; then
32
curl -fsSL --retry 20 -O http://pear.php.net/go-pear.phar
33
34
env TZ=UTC $TRAVIS_BUILD_DIR/bin/install-pear
0 commit comments