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 18deb8e9..aacfc5a0 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -68,7 +68,7 @@ else
fi
# Retry `update` on failure, some of the servers aren't super reliable.
- sudo apt-get -y update || sudo apt-get -y update
+ sudo apt-get -y update || sudo apt-get -y update || sudo apt-get -y update
if [[ "${OPENSSL}" == "0.9.8" ]]; then
sudo apt-get install -y --force-yes libssl-dev/lucid