diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-18 16:54:25 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-18 16:54:25 -0400 |
| commit | e6ce9b11463a47b8467112df1ecb43eb2024fe9b (patch) | |
| tree | eecf8f4c0fe9662aabca20b4171602055cda297e | |
| parent | 61716a438fc1780be867401033ac95e19021e3a5 (diff) | |
| download | cryptography-e6ce9b11463a47b8467112df1ecb43eb2024fe9b.tar.gz cryptography-e6ce9b11463a47b8467112df1ecb43eb2024fe9b.tar.bz2 cryptography-e6ce9b11463a47b8467112df1ecb43eb2024fe9b.zip | |
Retry brew update if it fails
| -rwxr-xr-x | .travis/install.sh | 2 |
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 |
