aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-18 15:12:52 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-18 15:12:52 -0700
commitf85201830f737f2591622624a03df52bcb1c0f7e (patch)
treeeecf8f4c0fe9662aabca20b4171602055cda297e
parent61716a438fc1780be867401033ac95e19021e3a5 (diff)
parente6ce9b11463a47b8467112df1ecb43eb2024fe9b (diff)
downloadcryptography-f85201830f737f2591622624a03df52bcb1c0f7e.tar.gz
cryptography-f85201830f737f2591622624a03df52bcb1c0f7e.tar.bz2
cryptography-f85201830f737f2591622624a03df52bcb1c0f7e.zip
Merge pull request #1977 from pyca/alex-patch-1
Retry brew update if it fails
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 9e14a92d..57ece2e6 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -4,7 +4,7 @@ set -e
set -x
if [[ "$(uname -s)" == 'Darwin' ]]; then
- brew update
+ brew update || brew update
if [[ "${OPENSSL}" != "0.9.8" ]]; then
brew upgrade openssl