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 862ccd5 commit 94ec0eeCopy full SHA for 94ec0ee
bin/compile
@@ -21,7 +21,7 @@ php-build -i development "${VERSION}" "${INSTALL_DEST}/${VERSION}"
21
pushd "${INSTALL_DEST}/${VERSION}"
22
23
# pear
24
-curl -fsSL -O http://pear.php.net/go-pear.phar
+curl -fsSL --retry 20 -O http://pear.php.net/go-pear.phar
25
26
env TZ=UTC $TRAVIS_BUILD_DIR/bin/install-pear
27
rm go-pear.phar
0 commit comments