aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-18 16:54:25 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-18 16:54:25 -0400
commite6ce9b11463a47b8467112df1ecb43eb2024fe9b (patch)
treeeecf8f4c0fe9662aabca20b4171602055cda297e /.travis/install.sh
parent61716a438fc1780be867401033ac95e19021e3a5 (diff)
downloadcryptography-e6ce9b11463a47b8467112df1ecb43eb2024fe9b.tar.gz
cryptography-e6ce9b11463a47b8467112df1ecb43eb2024fe9b.tar.bz2
cryptography-e6ce9b11463a47b8467112df1ecb43eb2024fe9b.zip
Retry brew update if it fails
Diffstat (limited to '.travis/install.sh')
-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