| commit | e6ce9b11463a47b8467112df1ecb43eb2024fe9b | [log] [tgz] |
|---|---|---|
| author | Alex Gaynor <alex.gaynor@gmail.com> | Mon May 18 16:54:25 2015 -0400 |
| committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon May 18 16:54:25 2015 -0400 |
| tree | eecf8f4c0fe9662aabca20b4171602055cda297e | |
| parent | 61716a438fc1780be867401033ac95e19021e3a5 [diff] [blame] |
Retry brew update if it fails
diff --git a/.travis/install.sh b/.travis/install.sh index 9e14a92..57ece2e 100755 --- a/.travis/install.sh +++ b/.travis/install.sh
@@ -4,7 +4,7 @@ set -x if [[ "$(uname -s)" == 'Darwin' ]]; then - brew update + brew update || brew update if [[ "${OPENSSL}" != "0.9.8" ]]; then brew upgrade openssl