From dc1ca9ae4c206434e450ed4ff535ca7c20c79e3c Mon Sep 17 00:00:00 2001 From: misterg Date: Sun, 29 Sep 2019 15:29:38 -0400 Subject: [PATCH] Googletest export fix OSS Travis Builds -remove hardcoded updated package from brew PiperOrigin-RevId: 271863378 --- ci/install-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-osx.sh b/ci/install-osx.sh index f2baebd2..cc475082 100755 --- a/ci/install-osx.sh +++ b/ci/install-osx.sh @@ -37,4 +37,4 @@ if [ "${TRAVIS_OS_NAME}" != "osx" ]; then fi brew update -brew install ccache gcc@4.9 llvm@3.9 +brew install ccache gcc@4.9