Skip to content

Commit 94ec0ee

Browse files
committed
Add --retry flag
1 parent 862ccd5 commit 94ec0ee

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
@@ -21,7 +21,7 @@ php-build -i development "${VERSION}" "${INSTALL_DEST}/${VERSION}"
2121
pushd "${INSTALL_DEST}/${VERSION}"
2222

2323
# pear
24-
curl -fsSL -O http://pear.php.net/go-pear.phar
24+
curl -fsSL --retry 20 -O http://pear.php.net/go-pear.phar
2525

2626
env TZ=UTC $TRAVIS_BUILD_DIR/bin/install-pear
2727
rm go-pear.phar

0 commit comments

Comments
 (0)