Skip to content

Commit bb29bb9

Browse files
committed
Use PEAR_VERSION if defined
1 parent 7b23f90 commit bb29bb9

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
@@ -66,7 +66,7 @@ sudo wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
6666
# this could be a temp issue though
6767
if [[ ! $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
6868
# pear
69-
fetch_pear 'v1.10.12'
69+
fetch_pear ${PEAR_VERSION:-'v1.10.12'}
7070

7171
env TZ=UTC $TRAVIS_BUILD_DIR/bin/install-pear
7272
rm go-pear.phar

0 commit comments

Comments
 (0)