mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
travis osx: run brew update first, fixes #3527
suggested as work around on the travis issue about this ruby version issue (wanted: 2.3, having: 2.0).
This commit is contained in:
parent
2cbcb57ac7
commit
e4828078bb
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
if [[ "$(uname -s)" == 'Darwin' ]]; then
|
if [[ "$(uname -s)" == 'Darwin' ]]; then
|
||||||
|
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…
Reference in a new issue