summaryrefslogtreecommitdiffstats
path: root/ci/install-osx.sh
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2020-11-30 21:55:34 (GMT)
committervslashg <gfalcon@google.com>2020-12-02 23:23:22 (GMT)
commitd73706911133b38d8d855b9dbb6dec6b5134884f (patch)
tree1b0c2287e08683773ad35854febd8b6f62fa923b /ci/install-osx.sh
parent1544828d276c0a4652406090c0aa26de3f6eef47 (diff)
downloadgoogletest-d73706911133b38d8d855b9dbb6dec6b5134884f.zip
googletest-d73706911133b38d8d855b9dbb6dec6b5134884f.tar.gz
googletest-d73706911133b38d8d855b9dbb6dec6b5134884f.tar.bz2
Googletest export
Fix the TravisCI build by updating the required tools PiperOrigin-RevId: 344882646
Diffstat (limited to 'ci/install-osx.sh')
-rwxr-xr-xci/install-osx.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/install-osx.sh b/ci/install-osx.sh
index cc47508..c81c33c 100755
--- a/ci/install-osx.sh
+++ b/ci/install-osx.sh
@@ -36,5 +36,4 @@ if [ "${TRAVIS_OS_NAME}" != "osx" ]; then
exit 0
fi
-brew update
-brew install ccache gcc@4.9
+# This file is currently intentionally empty.