From 14a7cbd1921f902562135543654922d6c3938130 Mon Sep 17 00:00:00 2001 From: rakhimov Date: Mon, 9 Oct 2017 17:07:29 -0700 Subject: [PATCH] Run 'brew update' in Travis-CI This should update the Ruby version. [skip appveyor] --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 5f41d4a93c..f705f505f7 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -3,7 +3,7 @@ set -ev if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then - # brew update + brew update # brew outdated boost || brew upgrade boost brew install libxml2 brew install gperftools