aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index def7343b..a4bc3c97 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -51,7 +51,7 @@ if [ -n "${DOCKER}" ]; then
echo "OPENSSL and LIBRESSL are not allowed when DOCKER is set."
exit 1
fi
- docker pull "$DOCKER"
+ docker pull "$DOCKER" || docker pull "$DOCKER" || docker pull "$DOCKER"
fi
if [ -z "${DOWNSTREAM}" ]; then