1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-19 02:15:49 +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).

(cherry picked from commit e4828078bb)
This commit is contained in:
Thomas Waldmann 2018-01-10 17:36:25 +01:00
parent 5e007ea7a6
commit 4223a90d5e

View file

@ -4,6 +4,7 @@ set -e
set -x
if [[ "$(uname -s)" == 'Darwin' ]]; then
brew update
if [[ "${OPENSSL}" != "0.9.8" ]]; then
brew outdated openssl || brew upgrade openssl
fi