mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-09 08:51:54 -04:00
Revert "travis osx: run brew update first, fixes #3527"
This reverts commit e4828078bb.
This commit is contained in:
parent
fd79b90ec0
commit
8eb2fee7a0
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ set -e
|
|||
set -x
|
||||
|
||||
if [[ "$(uname -s)" == 'Darwin' ]]; then
|
||||
brew update
|
||||
if [[ "${OPENSSL}" != "0.9.8" ]]; then
|
||||
brew outdated openssl || brew upgrade openssl
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue