Skip to content

Commit dccd627

Browse files
committed
Install pear for snapshots, too
1 parent 70e69c2 commit dccd627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sudo wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
2828

2929
# don't install pear on master (issue with php 8.0)
3030
# this could be a temp issue though
31-
if [[ ! $VERSION =~ ^master$ ]]; then
31+
if [[ ! $VERSION =~ ^master$ || $VERSION =~ snapshot$]]; then
3232
curl -fsSL --retry 20 -O http://pear.php.net/go-pear.phar
3333

3434
env TZ=UTC $TRAVIS_BUILD_DIR/bin/install-pear

0 commit comments

Comments
 (0)