mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-12 07:08:47 +00:00
fix the homebrew 1.9 issues on travis-ci, fixes #4254
https://github.com/Homebrew/brew/pull/5517/files
This commit is contained in:
parent
4d29747f85
commit
235c2994ec
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
if [[ "$(uname -s)" == 'Darwin' ]]; then
|
if [[ "$(uname -s)" == 'Darwin' ]]; then
|
||||||
|
# HOMEBREW_NO_AUTO_UPDATE=1
|
||||||
|
export HOMEBREW_LOGS=~/brew-logs
|
||||||
|
export HOMEBREW_TEMP=~/brew-temp
|
||||||
|
mkdir $HOMEBREW_LOGS
|
||||||
|
mkdir $HOMEBREW_TEMP
|
||||||
|
# brew update
|
||||||
if [[ "${OPENSSL}" != "0.9.8" ]]; then
|
if [[ "${OPENSSL}" != "0.9.8" ]]; then
|
||||||
brew outdated openssl || brew upgrade openssl
|
brew outdated openssl || brew upgrade openssl
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue