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 7b23f90 commit bb29bb9Copy full SHA for bb29bb9
bin/compile
@@ -66,7 +66,7 @@ sudo wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
66
# this could be a temp issue though
67
if [[ ! $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
68
# pear
69
- fetch_pear 'v1.10.12'
+ fetch_pear ${PEAR_VERSION:-'v1.10.12'}
70
71
env TZ=UTC $TRAVIS_BUILD_DIR/bin/install-pear
72
rm go-pear.phar
0 commit comments